View source: R/mtscr_model_summary.R
mtscr_model_summary | R Documentation |
Summarise a model generated with mtscr_model
with
some basic statistics; calculate the empirical reliability
and the first difference of the empirical reliability.
mtscr_model_summary(model)
model |
A model generated with |
A data frame with the following columns:
The model number
Number of observations
The square root of the estimated residual variance
The log-likelihood of the model
The Akaike information criterion
The Bayesian information criterion
The residual degrees of freedom
The empirical reliability
The first difference of the empirical reliability
data("mtscr_creativity", package = "mtscr")
mtscr_model(mtscr_creativity, id, item, SemDis_MEAN, top = 1:3) |>
mtscr_model_summary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.