R/write_hessian.R
write_hessian.RdWrite a file with a single logical regarding the hessian status
write_hessian(fit, file = "hess_logical.txt")A model object returned from sdmTMB::sdmTMB().
A path to the file you want to write. The default path is
hess_logical.txt, which will be saved in your current working directory.
A logical is invisibly returned providing the status of the hessian.