print.glmm.admb: Basic accessor methods for 'glmmadmb' objects

Description Usage Arguments Details See Also

Description

Basic accessor methods for glmmadmb objects: print, retrieve coefficients, etc.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
stdEr(object,...)
fixef(object,...)
## S3 method for class 'glmmadmb'
print(x,...)
## S3 method for class 'glmmadmb'
coef(object,...)
## S3 method for class 'glmmadmb'
fixef(object,...)
## S3 method for class 'glmmadmb'
residuals(object,type=c("pearson", "response"),...)
## S3 method for class 'glmmadmb'
fitted(object,...)
## S3 method for class 'glmmadmb'
vcov(object,...)
## S3 method for class 'glmmadmb'
stdEr(object,...)
## S3 method for class 'glmmadmb'
VarCorr(x,sigma=1,rdig=3,...)
## S3 method for class 'summary.glmmadmb'
VarCorr(x,sigma=1,rdig=3,...)

Arguments

x

a fitted glmmadmb model

object

a fitted glmmadmb model

type

type of residuals to retrieve

sigma

for compatibility with VarCorr: ignored

rdig

for compatibility with VarCorr: ignored

...

further arguments. If sd_S_print=TRUE for print.glmmadmb, print the covariance matrix of the random effects vector and corresponding standard deviations

Details

See Also

glmmadmb, anova.glmmadmb, logLik.glmmadmb


bbolker/glmmadmb documentation built on May 11, 2019, 9:29 p.m.