z.test.default | R Documentation |
z.test default implementation
## Default S3 method:
z.test(
x,
y = NULL,
alternative = c("two.sided", "less", "greater"),
mu = 0,
sigma,
conf.level = 0.95,
data = NULL
)
x |
x |
y |
y |
alternative |
alternative |
mu |
mu |
sigma |
sigma |
conf.level |
conf.level |
data |
data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.