stats: Statistics used for better linear model selection
Description
Used as compare_stat parameter in xspline method.
Each function has attribute "higher-better".
If "higher-better" is TRUE then model with higher statistic value is treated as better one.
Usage
aic(glm_model)hoslem(glm_model)
Arguments
glm_model
Linear model - glm function output.