bootPROBIT {bbw} | R Documentation |
PROBIT statistics function for bootstrap estimation
Description
PROBIT statistics function for bootstrap estimation
Usage
bootPROBIT(x, params, threshold = THRESHOLD)
Arguments
x |
A data frame with primary sampling unit (PSU) in column named
|
params |
A vector of column names corresponding to the continuous
variables of interest contained in |
threshold |
cut-off value for continuous variable to differentiate case and non-case |
Value
A numeric vector of the PROBIT estimate of each continuous variable
of interest with length equal to length(params)
Examples
# Example call to bootBW function:
bootPROBIT(x = indicatorsCH1,
params = "muac1",
threshold = 115)
[Package bbw version 0.2.0 Index]