etest | R Documentation |
Generates eTest objects storing statistic test results in a standardized tibble.
etest(
test,
stat_name = NA,
stat = NA,
df1 = NA,
df2 = NA,
estimate_name = NA,
estimate = NA,
lower_ci = NA,
upper_ci = NA,
p_value = NA,
n = NA
)
test |
statistical test name. |
stat_name |
name of the test statistic. |
stat |
value of the test statistic. |
df1 |
= degrees of freedom. |
df2 |
degrees of freedom. |
estimate_name |
name of the test estimate. |
estimate |
value of the test estimate. |
lower_ci |
value of the lower confidence interval limit. |
upper_ci |
value of the upper confidence interval limit. |
p_value |
p value. |
n |
number of complete observations used for testing. |
an EDA object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.