
data(ExtraOutcomes79)
MathStandardized
is C00000.00? **Kelly, can you give me an RNum for this? **
For Gen2, an NLSY79 variable of Weight
is C00000.00? **Kelly, can you give me an RNum for this too? **
Data were simplied (to one value per subject) by Kelly Meredith in January 2012.library(NlsyLinks) #Load the package into the current R session.
data(ExtraOutcomes79) #Load the dataset from the NlsyLinks package.
gen2Outcomes <- subset(ExtraOutcomes79, Generation==2) #Create a dataset of only Gen2 subjects.
plot(ExtraOutcomes79)
summary(ExtraOutcomes79)
oldPar <- par(mfrow=c(3,2))
hist(ExtraOutcomes79$Generation)
hist(ExtraOutcomes79$MathStandardized)
hist(ExtraOutcomes79$Weight)
hist(ExtraOutcomes79$WeightForAge19To25)
hist(ExtraOutcomes79$WeightStandardized)
hist(ExtraOutcomes79$WeightStandardizedForAge19To25)
par(oldPar)
Run the code above in your browser using DataLab