powered by
Calculate proportion and margin of error (stratified sample)
spro(fulldf, sampdf, strata, col_name, ci = 95, na = "")
object containing original data frame used to draw sample
object containing data frame on which to perform analysis
variable in both data frames by which to stratify
variable in data frame for which you want to calculate proportion and margin of error
(optional) confidence level for establishing a confidence interval using z-score (defaults to 95; restricted to 80, 85, 90, 95 or 99 as input)
(optional) value that you want to filter and exclude (defaults to include everything)
Returns table of responses (n), proportions, margins of error, lower and upper bounds by factor for a given variable in a stratified sample
[1] Sampling Design & Analysis, S. Lohr, 1999, 4.6 & 4.7
# NOT RUN { spro(fulldf=albania, sampdf=opening, strata=qarku, col_name=openTime, ci=95, na="n/a") # }
Run the code above in your browser using DataLab