library(NlsyLinks) #Load the package into the current R session.
data(Links79Pair) #Load the dataset from the NlsyLinks package.
summary(Links79Pair) #Summarize the five variables.
hist(Links79Pair$R) #Display a histogram of the Relatedness values.
table(Links79Pair$R) #Create a table of the Relatedness values for the whole sample.
Run the code above in your browser using DataLab