NLSY_IQ | R Documentation |
NLSY data to analyse the effect of maternal behaviour on children's IQ score. Natality detail files are from 2001 and 2002. Data is from the NLSY Children and Young Adults panel.
NLSY_IQ
A data frame with 6514 observations on 13 variables:
iq_std
standardized IQ score, PIAT score
BF_months
months of breast feeding
mom_drink_preg_all
did mother drink at all during pregnancy
lbw_preterm
low birth weight + preterm
age
age of child
female
child female
black
mother black
motherAge
age of mother
motherEDU
years of schooling of mother
mom_married
is the mother married?
income
annual income of mother
sex
child sex
race
race of mother
Source: https://drive.google.com/file/d/1O1W9dP8F3B1DnAZGBegpoqCfysUrn7Uc/view?usp=sharing
## Load data set
data("NLSY_IQ")
## See names of variables
names(NLSY_IQ)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.