bootPROBIT | R Documentation |
PROBIT statistics function for bootstrap estimation
bootPROBIT(x, params, threshold = THRESHOLD)
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 |
A numeric vector of the PROBIT estimate of each continuous variable
of interest with length equal to length(params)
# Example call to bootBW function:
sampled_clusters <- boot_bw_sample_clusters(
x = indicatorsCH1, w = boot_bw_weight(villageData)
)
boot <- boot_bw_sample_within_clusters(sampled_clusters)
bootPROBIT(x = boot,
params = "muac1",
threshold = 115)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.