This function generates predictions from a fitted beta-binomial regression model (mode 2) 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".
A numeric vector of age points at which to make predictions.
The maximum score to be achieved.
The function applies the same standardization used in model fitting and the same clamping of the linear predictors (\(\pm 20\) on the log scale) as the likelihood function, ensuring consistent behavior also under (mild) extrapolation.