List model options that glmmTMB knows about
getCapabilities(what = "all", check = FALSE)
if check==FALSE
, returns a vector of the names (or a list of name vectors) of allowable entries; if check==TRUE
, returns a logical vector of working families
(character) which type of model structure to report on ("all","family","link","covstruct")
(logical) do brute-force checking to test whether families are really implemented (only available for what="family"
)