Skip to content

This repository consist of analytical exercises about parametric statistical models done in Rmarkdown.

Notifications You must be signed in to change notification settings

chomiczdawid/parametric-statistical-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parametric Statistical Models

This repository contains analytical exercises on the practical application of parametric statistical models in the R programming language. Each exercise is saved as an R Markdown document.

Analysis methods included

  • linear models
  • generalized linear models
  • logit and probit models

Used technology

Used libraries

library("car")
library("ggplot2")
library("lmtest")
library("pscl")
library("pROC")

How to view?

The preferred preview file is .html, but GitHub does not support previewing these files, so a simplified .md file is also included. Each folder in the repository has a README.md file containing a simplified preview of each analysis so that they are visible immediately after opening the folder. Unfortunately, interactive features are not visible in the .md preview. To view the full interactive R Markdown document, download the .html file.

About

This repository consist of analytical exercises about parametric statistical models done in Rmarkdown.

Topics

Resources

Stars

Watchers

Forks