Paired Samples T-test in R
What is paired samples t-test? Research questions and statistical hypotheses Formula of paired samples t-test Visualize your data and compute paired t-test in R R function to compute paired t-test...
View ArticleOne-Sample T-test in R
What is one-sample t-test? Research questions and statistical hypotheses Formula of one-sample t-test Visualize your data and compute one-sample t-test in R Install ggpubr R package for data...
View ArticleOne-Sample Wilcoxon Signed Rank Test in R
What’s one-sample Wilcoxon signed rank test? Research questions and statistical hypotheses Visualize your data and compute one-sample Wilcoxon test in R Install ggpubr R package for data visualization...
View ArticleUnpaired Two-Samples T-test in R
What is unpaired two-samples t-test? Research questions and statistical hypotheses Formula of unpaired two-samples t-test Visualize your data and compute unpaired two-samples t-test in R Install...
View ArticleUnpaired Two-Samples Wilcoxon Test in R
Visualize your data and compute Wilcoxon test in R R function to compute Wilcoxon test Import your data into R Check your data Visualize your data using box plots Compute unpaired two-samples Wilcoxon...
View ArticlePaired Samples Wilcoxon Test in R
Visualize your data and compute paired samples Wilcoxon test in R R function Import your data into R Check your data Visualize your data using box plots Compute paired-sample Wilcoxon test Online...
View ArticleMANOVA Test in R: Multivariate Analysis of Variance
What is MANOVA test? Assumptions of MANOVA Interpretation of MANOVA Compute MANOVA in R Import your data into R Check your data Compute MANOVA test See also Infos What is MANOVA test? In the situation...
View ArticleKruskal-Wallis Test in R
What is Kruskal-Wallis test? Visualize your data and compute Kruskal-Wallis test in R Import your data into R Check your data Visualize the data using box plots Compute Kruskal-Wallis test Interpret...
View ArticleF-Test: Compare Two Variances in R
F-test is used to assess whether the variances of two populations (A and B) are equal. Contents When to you use the F-test? Research questions and statistical hypotheses Formula of F-test Compute...
View ArticleComparing Variances in R
Previously, we described the essentials of R programming and provided quick start guides for importing data into R. Additionally, we described how to compute descriptive or summary statistics,...
View Article