getCapabilities: List model options that glmmTMB knows about

View source: R/family.R

getCapabilitiesR Documentation

List model options that glmmTMB knows about

Description

List model options that glmmTMB knows about

Usage

getCapabilities(what = "all", check = FALSE)

Arguments

what

(character) which type of model structure to report on ("all","family","link","covstruct")

check

(logical) do brute-force checking to test whether families are really implemented (only available for what="family")

Value

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

Note

these are all the options that are defined internally; they have not necessarily all been implemented (FIXME!)


glmmTMB documentation built on Oct. 7, 2023, 5:07 p.m.