Search Result for p-value

The Friedman test is a non-parametric alternative to the one-way repeated measures ANOVA test. It extends the Sign test...

Friedman Test in R

The Friedman test is a non-parametric alternative to the one-way repeated measures ANOVA test. It extends the Sign test...

The Kruskal-Wallis test is a non-parametric alternative to the one-way ANOVA test. It's recommended when the assumptions of one-way...

Kruskal-Wallis Test in R

The Kruskal-Wallis test is a non-parametric alternative to the one-way ANOVA test. It's recommended when the assumptions of one-way...

The Multivariate Analysis Of Variance (MANOVA) is an ANOVA with two or more continuous outcome (or response) variables. The one-way MANOVA tests simultaneously statistical differences for multiple response variables by one grouping variables. This chapter describes how to compute one-way MANOVA in R.

One-Way MANOVA in R

The Multivariate Analysis Of Variance (MANOVA) is an ANOVA with two or more continuous outcome (or response) variables. The one-way MANOVA tests simultaneously statistical differences for multiple response variables by one grouping variables. This chapter describes how to compute one-way MANOVA in R.

The Analysis of Covariance (ANCOVA) is used to compare means of an outcome variable between two or more groups...

ANCOVA in R

The Analysis of Covariance (ANCOVA) is used to compare means of an outcome variable between two or more groups...

The Mixed ANOVA is used to compare the means of groups cross-classified by two different types of factor variables,...

Mixed ANOVA in R

The Mixed ANOVA is used to compare the means of groups cross-classified by two different types of factor variables,...

The repeated-measures ANOVA is used for analyzing data where same subjects are measured more than once. This chapter describes...

Repeated Measures ANOVA in R

The repeated-measures ANOVA is used for analyzing data where same subjects are measured more than once. This chapter describes...

The ANOVA test (or Analysis of Variance) is used to compare the mean of multiple groups. This chapter describes...

ANOVA in R

The ANOVA test (or Analysis of Variance) is used to compare the mean of multiple groups. This chapter describes...

The Sign test is used to compare the medians of paired or matched observations. It is an alternative to...

Sign Test in R

The Sign test is used to compare the medians of paired or matched observations. It is an alternative to...

This chapter describes how to compute and interpret the wilcoxon test in R. This test is a non-parametric alternative...

Wilcoxon Test in R

This chapter describes how to compute and interpret the wilcoxon test in R. This test is a non-parametric alternative...

This chapter describes how to compute and interpret the different t-test in R including: one-sample t-test, independent samples t-test...

T-test in R

This chapter describes how to compute and interpret the different t-test in R including: one-sample t-test, independent samples t-test...