Description Slots Methods Author(s)
Object returned from fit_models containing information
regarding the model fits for the experiment.
fit.fullmatrix: containing fitted values for the full model.
fit.nullmatrix: containing fitted values for the null model.
res.fullmatrix: the residuals of the full model.
res.nullmatrix: the residuals of the null model.
dH.fullvector: contains diagonal elements in the projection
matrix for the full model.
beta.coefmatrix: fitted coefficients for the full model.
stat.typestring: 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.