Skip to content

Evaluate statistical models on regression tasks, random variables with normal distribution and chi-square distribution. Perform a test of homogeneity.

License

Notifications You must be signed in to change notification settings

AlexandraDobrescu/statistics-with-R

Repository files navigation

Statistics with R

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.

Installation

install.packages("R.utils")
install.packages("matlib")

Usage

Load data

data(mtcars)

About

Evaluate statistical models on regression tasks, random variables with normal distribution and chi-square distribution. Perform a test of homogeneity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages