Extract weights from a glmmTMB object
Usage
# S3 method for class 'glmmTMB'
weights(object, type = "prior", ...)Details
At present only explicitly specified
prior weights (i.e., weights specified
in the weights argument) can be extracted from a fitted model.
Unlike other GLM-type models such as
glmorglmer,weights()does not currently return the total number of trials when binomial responses are specified as a two-column matrix.Since
glmmTMBdoes not fit models via iteratively weighted least squares,working weights(seeweights.glm) are unavailable.