powered by
Data from wooldRidge package loads lazily. Type data(`401ksubs`) into the console.
data("401ksubs")
A data.frame with 9275 rows and 11 variables:
e401k. =1 if eligble for 401k
inc. annual income, $1000s
marr. =1 if married
male. =1 if male respondent
age. in years
fsize. family size
nettfa. net total fin. assets, $1000
p401k. =1 if participate in 401k
pira. =1 if have IRA
incsq. inc^2
agesq. age^2
# NOT RUN { str(`401ksubs`) lm(e401k ~ age, data = `401ksubs`) # }
Run the code above in your browser using DataLab