Check.Assum | R Documentation |
Helper function to check the validity of the homoscedasticity and normality assumptions for a fitted Stage 1 model
Check.Assum(Stage.1.Model)
Stage.1.Model |
The fitted |
For details, see Van der Elst (2023).
An object of class Check.Assum
with component,
Assume.Homo.S2 |
Is the homoscedasticity assumption valid? |
Assume.Normality.S2 |
Is the normality assumption valid? |
Wim Van der Elst
Van der Elst, W. (2024). Regression-based normative data for psychological assessment: A hands-on approach using R. Springer Nature.
Stage.1
data("Substitution")
# Fit a model with a linear mean prediction function
Fit <- Stage.1(Dataset = Substitution, Model = LDST~Age)
Check.Assum(Fit)
# Output shows that the homoscedasticity and normality
# assumptions are both violated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.