(Deprecated) Compute the percentage of points under each centile line
Source:R/gamlss-centiles.R
check_sample_centiles.Rd
Usage
check_sample_centiles(
data,
model,
var_x,
var_y,
centiles = c(5, 10, 25, 50, 75, 90, 95)
)
Details
check_sample_centiles()
was renamed to check_model_centiles()
.