Description Slots Methods Author(s)
Object returned from fit_models
containing information
regarding the model fits for the experiment.
fit.full
matrix
: containing fitted values for the full model.
fit.null
matrix
: containing fitted values for the null model.
res.full
matrix
: the residuals of the full model.
res.null
matrix
: the residuals of the null model.
dH.full
vector
: contains diagonal elements in the projection
matrix for the full model.
beta.coef
matrix
: fitted coefficients for the full model.
stat.type
string
: information on the statistic of interest.
Currently, the only options are “lrt” and “odp”.
fitNull(deFit)
Access fitted data from null model.
fitFull(deFit)
Access fitted data from full model.
resNull(deFit)
Access residuals from null model fit.
resFull(deFit)
Access residuals from full model fit.
betaCoef(deFit)
Access beta coefficients in linear model.
sType(deFit)
Access statistic type of model fitting utilized in function.
John Storey, Jeffrey Leek, Andrew Bass
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.