extract,lmerMod-method | R Documentation |
extract
method for lmerMod
objectsextract
method for lmerMod
objects created by the
lmer
function in the lme4 package.
## S4 method for signature 'lmerMod'
extract(
model,
method = c("naive", "profile", "boot", "Wald"),
level = 0.95,
nsim = 1000,
include.aic = TRUE,
include.bic = TRUE,
include.dic = FALSE,
include.deviance = FALSE,
include.loglik = TRUE,
include.nobs = TRUE,
include.groups = TRUE,
include.variance = TRUE,
...
)
model |
A statistical model object. |
method |
The method used to compute confidence intervals or p-values.
The default value |
level |
Significance or confidence level ( |
nsim |
The MCMC sample size or number of bootstrapping replications on
the basis of which confidence intervals are computed (only if the
|
include.aic |
Report Akaike's Information Criterion (AIC) in the GOF block? |
include.bic |
Report the Bayesian Information Criterion (BIC) in the GOF block? |
include.dic |
Report the deviance information criterion (DIC)? |
include.deviance |
Report the deviance? |
include.loglik |
Report the log likelihood in the GOF block? |
include.nobs |
Report the number of observations in the GOF block? |
include.groups |
Report the number of groups? |
include.variance |
Report group variances? |
... |
Arguments to be passed to the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.