Description Usage Arguments Value Methods (by generic)
Calculate confidence intervals of mean or difference between means
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
x |
A vector |
... |
Further arguments to be passed to meanCI2 |
y |
A vector |
n, n1, n2 |
integer sample(s) size |
m, m1, m2 |
Numeric mean value of sample(s) |
s, s1, s2 |
Numeric standard deviation of sample(s) |
mu |
numeric hypothesized true value of mean or mean difference |
paired |
logical If true, difference between paired sample calculated |
var.equal |
logical If true, pooled standard deviation is used |
alpha |
Numeric Confidence level |
digits |
integer indicating the number of decimal places |
alternative |
A character string specifying the alternative hypothesis, must be one of "two.sided" (default), "greater" or "less". |
An object of class "meanCI" which is a list containing at least the following components:
A tibble containing raw data or a list of numeric vector
A data.frame containing of summary statistics
the matched call
character. One of c("mean","unpaired","paired")
meanCI
: Default S3 method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.