descriptiveCIs {rosetta} | R Documentation |
Descriptives with confidence intervals
Description
Descriptives with confidence intervals
Usage
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, ...)
Arguments
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 |
Value
A data frame with class rosettaDescriptiveCIs
prepended to allow
printing neatly while knitting to Markdown.
Examples
descriptiveCIs(mtcars);
[Package rosetta version 0.3.12 Index]