bootClassic {bbw} | R Documentation |
Simple proportion statistics function for bootstrap estimation
Description
Simple proportion statistics function for bootstrap estimation
Usage
bootClassic(x, params)
Arguments
x |
A data frame with primary sampling unit (PSU) in column named
|
params |
A vector of column names corresponding to the binary variables
of interest contained in |
Value
A numeric vector of the mean of each binary variable of interest with
length equal to length(params)
Examples
# Example call to bootClassic function
meanResults <- bootClassic(x = indicatorsHH,
params = "anc1")
[Package bbw version 0.2.0 Index]