For categorical and logical variables, for each category, this function presents the following:
the number of observations (n
);
the estimated count (Number
), with its standard error (SE
) and confidence
interval (LL
and UL
); and
the estimated percentage (Percent
), with its standard error (SE
) and confidence
interval (LL
and UL
).
Optionally, this function identifies low-precision estimates and flags
them if, according to the guidelines (such as the NCHS presentation standards), they should
be suppressed, footnoted, or reviewed by an analyst. To enable this functionality,
see set_opts()
with arguments lpe = TRUE
or mode = "NCHS"
.
For numeric variables, this function presents the following:
percentage of observations with known values (% known
);
the mean of known values (Mean
), with its standard error (SEM
) and confidence
interval (LL
and UL
); and
the standard deviation (SD
).
Confidence intervals (CIs) are calculated at the 95% confidence level. CIs for
count estimates are the log Student's t CIs, with adaptations
for complex surveys. CIs for percentage estimates are
the Korn and Graubard CIs, with optional adjustments. See set_opts()
argument
adj
. CIs for estimates of means are the Wald CIs.