Evaluate statistical models on:
- regression tasks,
- find confidence region for random variables with normal distribution,
- chi-square distribution.
Perform a test of homogeneity.
This project uses R for statistical computation and graphics via CRAN.
install.packages("R.utils")install.packages("matlib")Load data
data(mtcars)