analyze_con | R Documentation |
Given continuous data and the weights for the individual observations, calculate estimated mean and confidence intervals.
analyze_con(
data,
weights,
id_var,
value_var,
wgt_var,
conf = 80,
verbose = FALSE
)
data |
Data frame. Continuous data (e.g., numeric) with the unique identifiers for each observation/row in the variable |
weights |
Data frame. This must contain the weighting information using the variables |
id_var |
Character string. The name of the variable in |
value_var |
Character string. The name of the variable in |
wgt_var |
Character string. The name of the variable in |
conf |
Numeric. The confidence level in percent. Defaults to |
verbose |
Logical. If |
A data frame containing the count of observations, weighted mean, and confidence intervals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.