Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Description

Here you can find analysis using various regression approaches such as linear and multiple linear models, generalized linear models and linear mixed models.

Contents

  • GLM & LMM: GLMs with the poission and binomial link function, as well one LLM implemented in R.
  • Linear Regression: Linear and multiple regression implemented in python and R, as well as outlier analysis.
  • Model Selection: Performing model selection of linear model (lm) in R according to AIC.
    • predicitve_model_of_bodyfat.R: manual model selection by stepwise dropping of explanatory variables according to AIC to obtain optimal model to predict bodyfat. -model-dredge-echocardiogram.rmd: automated model selection with the dredge function from the "MuMIn" package to predict the probability to survide heart attacks