Skip to content

Analysis Pipeline for Linear Regression Analysis

Notifications You must be signed in to change notification settings

warnbergg/regone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

regone

Code for project one, scenario one in SF2930 Regression Analysis at KTH Royal Institute of Technology.

Dataset must be of type tibble.

Note: Applicable to other datasets with numeric predictors. Change the function ìnput dv in RunFullAnalysis.

Running with bodyfatmen.csvdataset

  1. Download the bodyfatmen.csv file from the course page, and place it in a data folder in the parent directory.
  2. Import devtools and run devtools::install_github("itslwg/regone").
  3. Run regone::RunProject().

Running with other dataset

  1. Import devtools and run devtools::install_github("itslwg/regone").
  2. Run regone::RunFullAnalysis(), changing the function input dv to the label of your dependent variable.

About

Analysis Pipeline for Linear Regression Analysis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages