descriptiveCIs | R Documentation |
Descriptives with confidence intervals
descriptiveCIs( data, items = NULL, itemLabels = NULL, conf.level = 0.95, digits = 2 ) ## S3 method for class 'rosettaDescriptiveCIs' print(x, digits = attr(x, "digits"), forceKnitrOutput = FALSE, ...)
data |
The data frame holding the data, or a vector. |
items |
If supplying a data frame as |
itemLabels |
Optionally, labels to use for the items (optionally, named,
with the names corresponding to the |
conf.level |
The confidence level of the confidence intervals. |
digits |
The number of digits to round the output to. |
x |
The object to print (i.e. the object returned by |
forceKnitrOutput |
Whether to force |
... |
Any additional arguments are passed on to |
A data frame with class rosettaDescriptiveCIs
prepended to allow
printing neatly while knitting to Markdown.
descriptiveCIs(mtcars);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.