Advertisement
Guest User

Untitled

a guest
Oct 20th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.16 KB | None | 0 0
  1. # Loading general additive functions
  2. library(mgcv)
  3.  
  4. # Loading in data
  5. baskball.df <- read.table("baskball.dat",header=TRUE)
  6. # Attaching
  7. attach(baskball.df)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement