Some fictive results from a fecondity survey, with French labels.
3 data frames with labelled data (as if data would have been imported from SPSS with haven):
menages
contains some information from the households selected for the survey;
femmes
contains the questionnaire administered to all 15-49 years old women
living in the selected households;
enfants
contains one record for each child of the surveyed women.
Data can be linked using the variables id_menage
and id_femme
.
fertility for an English version of this dataset.
data(fecondite)
describe(menages)
describe(femmes)
describe(enfants)
Run the code above in your browser using DataLab