add_weights_cluster | R Documentation |
Exported functions from epikit
add_weights_cluster(
x,
cl,
eligible,
interviewed,
cluster_x = NULL,
cluster_cl = NULL,
household_x = NULL,
household_cl = NULL,
ignore_cluster = TRUE,
ignore_household = TRUE,
surv_weight = "surv_weight",
surv_weight_ID = "surv_weight_ID"
)
add_weights_strata(
x,
p,
...,
population = population,
surv_weight = "surv_weight",
surv_weight_ID = "surv_weight_ID"
)
age_categories(
x,
breakers = NULL,
lower = 0,
upper = NULL,
by = 10,
separator = "-",
ceiling = FALSE,
above.char = "+"
)
assert_positive_timespan(x, date_start, date_end)
augment_redundant(x, ...)
constrain_dates(i, period_start, period_end, boundary = "both")
dots_to_charlist(parent = 1L)
fac_from_num(x)
find_breaks(n, breaks = 4, snap = 1, ceiling = FALSE)
find_date_cause(
x,
...,
period_start = NULL,
period_end = NULL,
datecol = "start_date",
datereason = "start_date_reason",
na_fill = "start"
)
find_end_date(
x,
...,
period_start = NULL,
period_end = NULL,
datecol = "end_date",
datereason = "end_date_reason"
)
find_start_date(
x,
...,
period_start = NULL,
period_end = NULL,
datecol = "start_date",
datereason = "start_date_reason"
)
fmt_ci(
e = numeric(),
l = numeric(),
u = numeric(),
digits = 2,
percent = TRUE,
separator = "-"
)
fmt_ci_df(
x,
e = 3,
l = e + 1,
u = e + 2,
digits = 2,
percent = TRUE,
separator = "-"
)
fmt_count(x, ...)
fmt_pci(
e = numeric(),
l = numeric(),
u = numeric(),
digits = 2,
percent = TRUE,
separator = "-"
)
fmt_pci_df(
x,
e = 3,
l = e + 1,
u = e + 2,
digits = 2,
percent = TRUE,
separator = "-"
)
gen_polygon(regions)
gen_population(
total_pop = 1000,
groups = c("0-4", "5-14", "15-29", "30-44", "45+"),
strata = c("Male", "Female"),
proportions = c(0.079, 0.134, 0.139, 0.082, 0.066),
counts = NULL,
tibble = TRUE
)
group_age_categories(
dat,
years = NULL,
months = NULL,
weeks = NULL,
days = NULL,
one_column = TRUE,
drop_empty_overlaps = TRUE
)
merge_ci_df(x, e = 3, l = e + 1, u = e + 2, digits = 2, separator = "-")
merge_pci_df(x, e = 3, l = e + 1, u = e + 2, digits = 2, separator = "-")
rename_redundant(x, ...)
unite_ci(
x,
col = NULL,
...,
remove = TRUE,
digits = 2,
m100 = TRUE,
percent = FALSE,
ci = FALSE,
separator = "-"
)
zcurve(x, zscore)
epikit::add_weights_cluster()
, epikit::add_weights_strata()
,
epikit::age_categories()
, epikit::assert_positive_timespan()
,
epikit::augment_redundant()
,
epikit::constrain_dates()
, epikit::dots_to_charlist()
,
epikit::fac_from_num()
, epikit::find_breaks()
,
epikit::find_date_cause()
, epikit::find_end_date()
,
epikit::find_start_date()
, epikit::fmt_ci()
,
epikit::fmt_ci_df()
, epikit::fmt_count()
, epikit::fmt_pci()
,
epikit::fmt_pci_df()
, epikit::group_age_categories()
,
epikit::merge_ci_df()
, epikit::merge_pci_df()
,
epikit::rename_redundant()
,
epikit::unite_ci()
, epikit::zcurve()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.