stapDP-methods: Methods for stapDP objects

stapDP-methodsR Documentation

Methods for stapDP objects

Description

Methods for stapDP objects that are similar to their counterparts in the stats or lme4 packages.

Usage

## 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, ...)

Arguments

object, x

A fitted model object returned by one of the rstapDP modeling functions.

...

Currently ignored.

benvo

benvo used to fit the model

Details

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().


apeterson91/rstapDP documentation built on Sept. 20, 2023, 9:34 a.m.