This function generates predictions from a fitted beta-binomial regression model for new age points.
predictCoefficients2(model, ages, n = NULL)
A data frame with columns:
The input age points
Predicted alpha values
Predicted beta values
Predicted mean values
Predicted standard deviation values
An object of class "cnormBetaBinomial2", typically the result of a call to cnorm.betabinomial2().
A numeric vector of age points at which to make predictions.
The maximum score to be achieved.
This function takes a fitted beta-binomial regression model and generates predictions for new age points. It applies the same standardization used in model fitting, generates predictions on the standardized scale, and then transforms these back to the original scale.