Description Usage Arguments Value Examples
View source: R/tadaa_two_sample.R
This is a wrapper around z.test, which in itself is a weird thing to use, but why not.
1 2 3 4 5 6 7 8 9 10 11 | tadaa_z.test(
data,
x,
y,
sigma_x,
sigma_y,
direction = "two.sided",
paired = FALSE,
conf.level = 0.95,
print = c("df", "console", "html", "markdown")
)
|
data |
A |
x, y |
A bare name of a numeric variable in |
sigma_x, sigma_y |
Numeric. Known variances of |
direction |
Test direction, like |
paired |
If |
conf.level |
Confidence level used for power and CI, default is |
print |
Print method, default |
A pixiedust::dust object or data.frame
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.