stapDP-methods | R Documentation |
Methods for stapDP objects that are similar to their counterparts in the stats or lme4 packages.
## S3 method for class 'stapDP'
coef(object, ...)
## S3 method for class 'stapDP'
confint(object, ...)
## S3 method for class 'stapDP'
fitted(object, ...)
## S3 method for class 'stapDP'
nobs(object, ...)
## S3 method for class 'stapDP'
VarCorr(x)
## S3 method for class 'stapDP'
ngrps(object, ...)
## S3 method for class 'stapDP'
nsamples(object, ...)
## S3 method for class 'stapDP'
ranef(object, benvo, ...)
object, x |
A fitted model object returned by one of the rstapDP modeling functions. |
... |
Currently ignored. |
benvo |
benvo used to fit the model |
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()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.