PROBIT statistics function for bootstrap estimation of older people GAM
Source:R/04-probit_muac.R
op_probit.Rd
PROBIT statistics function for bootstrap estimation of older people GAM
Arguments
- x
A data frame with primary sampling unit (PSU) in column named "psu" and with data column/s containing the continuous variable/s of interest with column names corresponding to
params
values- params
A vector of column names corresponding to the continuous variables of interest contained in
x
- threshold
cut-off value for continuous variable to differentiate case and non-case. Default is set at 210 for
probit_gam()
and 185 forprobit_sam()
.