Total count
Usage
total(csv = getOption("surveytable.csv"))
See also
Other tables:
tab()
,
tab_cross()
,
tab_rate()
,
tab_subset_rate()
,
total_rate()
Examples
set_survey(namcs2019sv)
#> Survey info {NAMCS 2019 PUF}
#> ┌───────────┬──────────────┬────────────────────────────────────────────────┐
#> │ Variables │ Observations │ Design │
#> ├───────────┼──────────────┼────────────────────────────────────────────────┤
#> │ 33 │ 8,250 │ Stratified 1 - level Cluster Sampling design │
#> │ │ │ (with replacement) │
#> │ │ │ With (398) clusters. │
#> │ │ │ namcs2019sv = survey::svydesign(ids = ~CPSUM, │
#> │ │ │ strata = ~CSTRATM, weights = ~PATWT │
#> │ │ │ , data = namcs2019sv_df) │
#> └───────────┴──────────────┴────────────────────────────────────────────────┘
#>
total()
#> Total {NAMCS 2019 PUF}
#> ┌───────┬───────────────┬────────────┬─────────────┬───────────────┐
#> │ n │ Number │ SE │ LL │ UL │
#> ├───────┼───────────────┼────────────┼─────────────┼───────────────┤
#> │ 8,250 │ 1,036,484,356 │ 48,836,217 │ 945,013,590 │ 1,136,808,860 │
#> └───────┴───────────────┴────────────┴─────────────┴───────────────┘
#> N = 8250.
#>