Methods for stapDP objects that are similar to their counterparts in the stats or lme4 packages.
# S3 method for stapDP coef(object, ...) # S3 method for stapDP confint(object, ...) # S3 method for stapDP fitted(object, ...) # S3 method for stapDP nobs(object, ...) # S3 method for stapDP VarCorr(x) # S3 method for stapDP ngrps(object, ...) # S3 method for stapDP nsamples(object, ...) # S3 method for stapDP ranef(object, ...)
object, x | A fitted model object returned by one of the rstapDP modeling functions. |
---|---|
... | Currently ignored. |
Methods for stapDP objects
Almost all methods behave intuitively as one familiar with the stats or lme4
packages would expect. The exception being confint, which returns an error message, redirecting users to posterior_interval()
.