The standard output format for normality package.
normality_standard_output(
method = "what test?",
is_normal = NA,
alpha = NA_real_,
alternative = c("two.sided", "less", "greater"),
summary = NULL,
statistic = NA_real_,
pvalue = NA_real_,
misc = NULL
)A list.
Character. The name of the test.
Logical. Is the input data normally distributed?
Numeric (default: 0.05). Significance threshold.
Character. The alternative hypothesis (H1) to test. Available options are c("two.sided", "less", "greater").
Statistic summary, if any.
Numeric. The value used to calculate p-value.
Numeric. The p-value of the test.
List. Miscellaneous elements.