ANOVA is used to test whether there is a significant difference between the means of groups.
The sample size which adoptr returns is the group wise sample size.
The function get_tau_ANOVA is used to obtain a parameter \(\tau\),
which is used in the same way as \(\theta\) to describe the difference of
means between the groups.
Usage
ANOVA(n_groups)
get_tau_ANOVA(means, common_sd = 1)
Arguments
n_groups
number of groups to be compared
means
vector denoting the mean per group
common_sd
standard deviation of the groups
See Also
see probability_density_function and
cumulative_distribution_function to evaluate the pdf
and the cdf, respectively. Use NestedModels to get insights
in the implementation of ANOVA.