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_table = NULL,
statistic = NA_real_,
pvalue = NA_real_,
confidence_interval = c(lower = NA_real_, upper = NA_real_)
)A list contains 8 vectors.
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.
Numeric vector of length 2. The lower and upper bound of CI.