# This is data to be used in homework assignment 2. # Intro to R course; Notre Dame; Fall 2007 x1 <- rchisq(100, df=5) print("The variables defined here are x1")