summary.cnormBetaBinomial2 | R Documentation |
This function provides a summary of a fitted beta-binomial continuous norming model, including model fit statistics, convergence information, and parameter estimates.
## S3 method for class 'cnormBetaBinomial2'
summary(object, ...)
object |
An object of class "cnormBetaBinomial" or "cnormBetaBinomial2", typically
the result of a call to |
... |
Additional arguments passed to the summary method:
|
The summary includes:
Basic model information (type, number of observations, number of parameters)
Model fit statistics (log-likelihood, AIC, BIC)
R-squared, RMSE, and bias (if age and raw scores are provided) in comparison to manifest norm scores
Convergence information
Parameter estimates with standard errors, z-values, and p-values
Invisibly returns a list containing detailed diagnostic information about the model. The function primarily produces printed output summarizing the model.
cnorm.betabinomial
, diagnostics.betabinomial
## Not run:
model <- cnorm.betabinomial(ppvt$age, ppvt$raw, n = 228)
summary(model)
# Including R-squared, RMSE, and bias in the summary:
summary(model, age = ppvt$age, raw = ppvt$raw)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.