184 search results for "Anova"

New version of vegan released to CRAN (1.17-9)

April 1, 2011
By
New version of vegan released to CRAN (1.17-9)

Yesterday Jari packaged up the latest release in the current stable branch of the vegan package. Version 1.17-9 of vegan is now on CRAN as a source tarball with binaries for MS Windows and MacOS X to follow soon. New … Continue reading

Read more »

R Tutorial Series: 2011 ANOVA Article Data

March 28, 2011
By
R Tutorial Series: 2011 ANOVA Article Data

Having wrapped up a recent flurry of R ANOVA articles (and exhausted my knowledge of the subject), I decided to take a look at the R Tutorial Series' Google Analytics data from the past few months. Since I posted the Two-Way Omnibus ANOVA article on J...

Read more »

R Tutorial Series: 2011 ANOVA Article Data

March 28, 2011
By
R Tutorial Series: 2011 ANOVA Article Data

Having wrapped up a recent flurry of R ANOVA articles (and exhausted my knowledge of the subject), I decided to take a look at the R Tutorial Series' Google Analytics data from the past few months. Since I posted the Two-Way Omnibus ANOVA article on J...

Read more »

R Tutorial Series: Applying the Reshape Package to Organize ANOVA Data

March 14, 2011
By
R Tutorial Series: Applying the Reshape Package to Organize ANOVA Data

As demonstrated in the preceding ANOVA tutorials, data organization is central to conducting ANOVA in R. In standard ANOVA, we used the tapply() function to generate a table for a single summary function. In repeated measures ANOVA, we used separate da...

Read more »

R Tutorial Series: Applying the Reshape Package to Organize ANOVA Data

March 14, 2011
By
R Tutorial Series: Applying the Reshape Package to Organize ANOVA Data

As demonstrated in the preceding ANOVA tutorials, data organization is central to conducting ANOVA in R. In standard ANOVA, we used the tapply() function to generate a table for a single summary function. In repeated measures ANOVA, we used separate da...

Read more »

R Tutorial Series: ANOVA Pairwise Comparison Methods

March 7, 2011
By
R Tutorial Series: ANOVA Pairwise Comparison Methods

When we have a statistically significant effect in ANOVA and an independent variable of more than two levels, we typically want to make follow-up comparisons. There are numerous methods for making pairwise comparisons and this tutorial will demonstrate...

Read more »

R Tutorial Series: ANOVA Pairwise Comparison Methods

March 7, 2011
By
R Tutorial Series: ANOVA Pairwise Comparison Methods

When we have a statistically significant effect in ANOVA and an independent variable of more than two levels, we typically want to make follow-up comparisons. There are numerous methods for making pairwise comparisons and this tutorial will demonstrate...

Read more »

Boxplots & Beyond IV: Beanplots

Boxplots & Beyond IV: Beanplots

This post is the last in a series of four on boxplots and some of their extensions.  Previous posts in this series have discussed basic boxplots, modified boxplots based on a robust asymmetry measure, and violin plots, an alternative that essentia...

Read more »

Anova – Type I/II/III SS explained

March 2, 2011
By
Anova – Type I/II/III SS explained

Not my post, just bookmarking this. It’s from http://goanna.cs.rmit.edu.au/~fscholer/anova.php ANOVA (and R) The ANOVA Controversy ANOVA is a statistical process for analysing the amount of variance that is contributed to a sample by different factors. It was initially derived by R. A. Fisher in 1925, for the case of balanced data (equal numbers of observations

Read more »

R Tutorial Series: Two-Way ANOVA with Unequal Sample Sizes

February 28, 2011
By
R Tutorial Series: Two-Way ANOVA with Unequal Sample Sizes

When the sample sizes within the levels of our independent variables are not equal, we have to handle our ANOVA differently than in the typical two-way case. This tutorial will demonstrate how to conduct a two-way ANOVA in R when the sample sizes withi...

Read more »