User Tools

Site Tools


multiple_regression

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
multiple_regression [2019/11/01 08:36] – [Resources] hkimscilmultiple_regression [2019/11/01 09:32] – [exercise] hkimscil
Line 480: Line 480:
   * LifeSat Score on Life Satisfaction Inventory seven years after College   * LifeSat Score on Life Satisfaction Inventory seven years after College
   * Income Income seven years after College (in thousands)   * Income Income seven years after College (in thousands)
 +
 +====== exercise ======
 +<code>
 +library(ggplot2)
 +library(dplyr)
 +library(statsr)
 +library(varhandle)
 +
 +library(gridExtra)
 +library(janitor)
 +library(car)
 +library(SignifReg)
 +</code>
 +
 +<code>
 +## download data file at
 +## https://github.com/hadley/bigvis/blob/master/data/movies.rdata
 +</code>
 +
 +<code>
 +load("movies.Rdata")
 +</code>
 +
  
  
multiple_regression.txt · Last modified: 2023/10/19 08:39 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki