Description Usage Arguments Details Value Author(s) Examples
This function does the standard z-test, which tests a particular dataset against a specified value
1 |
data |
a vector of values which will be used to compute a mean |
mean |
the value the z-test is tested against |
sd |
the standard deviation of the null distribution |
direction |
either "positive", "negative", or "both" (for a two-tailed test) |
Perform a z-test in R
z.test
will take a vector and determine whether it differs from a chosen value specified by mean
a list containing the computed mean, the z-statistic, and the p-value
Dustin Fife
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.