- x
A nominal or ordinal variable (factor), should be in dataset$var form unless dataset specified in optional data argument.
- w
(Optional) Sampling weights of variable, must be numeric; should be in dataset$weightvar form unless dataset specified in optional data argument.
- data
(Optional) Name of dataset that contains x (and w) variable.
- digits
(Optional) Number of decimal places reported in result (defaults to 3).
- level
(Optional) A single number equal to the desired confidence level (i.e. 95, 99, 90, etc.). Default value is 95 percent confidence level.
- printC
(Optional) Do you want results printed to .html file in your working directory? Default is FALSE. Set to TRUE to print results.
- plot
(Optional) Do you want a plot of the confidence interval? Default is TRUE.
- main
(Optional) Change the main title of plot. Default title generated from level, x, and w.
- xlab
(Optional) Label for x-axis of confidence interval plot.
- xlim
(Optional) Modify x-axis limits of confidence interval plot.
- ...
(Optional) Additional arguments passed to plot
function.