An R Introduction to Statistics

Elementary Statistics with R

Tutorials on elementary statistics with R.

Coefficient of Determination

A tutorial on the coefficient of determination for a simple linear regression model.

Simple Linear Regression

fractal-07h A simple linear regression model that describes the relationship between two variables x and y can be expressed by the following equation. The numbers α and β are called parameters, and ϵ is the error term.

y = α + βx+ ϵ

Factorial Design

A tutorial on analysis of variance (ANOVA) for factorial experimental design.

Randomized Block Design

A tutorial on analysis of variance (ANOVA) for randomized block experimental design.

Completely Randomized Design

A tutorial on analysis of variance (ANOVA) for completely randomized experimental design.

Analysis of Variance

  In an experiment study, various treatments are applied to test subjects and the response data is gathered for analysis. A critical tool for carrying out the analysis is the Analysis of Variance (ANOVA). It enables a researcher to differentiate treatment results based on easily computed statistical quantities from the treatment outcome.