statModelAccessors: Accessor functions for StatModel class

Description Usage Arguments Value

Description

Accessor functions for StatModel class

getModel(object)

to get model

getDF(object)

to get the residual degrees of freedom of the model

getDfPosterior(object)

to get the degrees of freedom of the empirical Bayes variance estimator

getDispersion(object)

to get the dispersion estimate of the model

getCoef(object)

to get the parameter estimates of the mean model

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S4 method for signature 'StatModel'
getModel(object)

## S4 method for signature 'StatModel'
getDF(object)

## S4 method for signature 'StatModel'
getDfPosterior(object)

## S4 method for signature 'StatModel'
getDispersion(object)

## S4 method for signature 'StatModel'
getCoef(object)

Arguments

object

StatModel object

Value

The requested parameter of the StatModel object


jgilis/satuRn_jgilis documentation built on Jan. 21, 2021, 12:24 a.m.