one_sample | R Documentation |
A list containing results from a one-sample test.
one_sample(
data,
y,
type,
test.value = 0,
effsize.type = "unbiased",
alternative = "two.sided",
conf.level = 0.95,
character.only = FALSE,
markdown,
...
)
data |
data frame from which |
y |
Character for the response variable Must be present in data |
type |
set |
test.value |
A number indicating the true value of the mean (Default: 0) to be tested. |
effsize.type |
options are |
alternative |
A character string specifying the alternative hypothesis, must be one of "two.sided" (default), "greater" or "less". |
conf.level |
Confidence/Credible Interval (CI) level. Default to 0.95 (95%). |
character.only |
whether to treat |
markdown |
Logical (default FALSE). If |
... |
Currently ignored. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.