View source: R/03-probitBoot.R
estimate_probit | R Documentation |
Apply bootstrap to RAM-OP indicators using a PROBIT estimator.
estimate_probit(
x,
w,
gam.stat = probit_gam,
sam.stat = probit_sam,
params = "MUAC",
outputColumns = params,
replicates = 399
)
x |
Indicators dataset produced by |
w |
A data frame with primary sampling unit (PSU) in column named "psu" and survey weight (i.e. PSU population) in column named "pop". |
gam.stat |
A function operating on data in |
sam.stat |
A function operating on data in |
params |
Parameters (named columns in |
outputColumns |
Names of columns in output data frame. |
replicates |
Number of bootstrap replicate case and non-case. |
A tibble::tibble()
of boot estimates using PROBIT.
test <- estimate_probit(x = indicators.ALL, w = testPSU, replicates = 3)
test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.