pbs-assess / sdmTMB

:earth_americas: An R package for spatial and spatiotemporal GLMMs with TMB
https://pbs-assess.github.io/sdmTMB/
183 stars 26 forks source link

Add coef() and vcov() #241

Closed seananderson closed 1 year ago

seananderson commented 1 year ago

Also do check for other common methods that may be missing.

ericward-noaa commented 1 year ago

fixef() and ranef() would be other good ones. With ranef() we'd need to decide what to include. The tidy function splits out "ran_pars" and "ran_vals" -- perhaps both? glmmTMB also has sigma() -- which could be included or not, also referenced here: https://github.com/pbs-assess/sdmTMB/issues/72

seananderson commented 1 year ago

coef() + vcov() are done now

fixef() and ranef() were already done (I think you did ranef()! )

sigma() has it's own issue, so I'm closing this