| summary.cnormShash | R Documentation |
This function provides a summary of a fitted SinH-ArcSinH (shash) continuous norming model, including model fit statistics, convergence information, and parameter estimates.
## S3 method for class 'cnormShash'
summary(object, ...)
object |
An object of class "cnormShash", typically the result of a call to
|
... |
Additional arguments passed to the summary method:
|
The summary includes:
Basic model information (polynomial degrees, delta parameter, number of observations)
Model fit statistics (log-likelihood, AIC, BIC)
R-squared, RMSE, and bias (if age and raw scores are provided)
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.shash, diagnostics.shash
## Not run:
model <- cnorm.shash(children$age, children$score)
summary(model)
# Including R-squared, RMSE, and bias in the summary:
summary(model, age = children$age, score = children$score)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.