mort06.smpl {nutshell} | R Documentation |
A 10
This data set is used as an example in the book "R in a Nutshell" from O'Reilly Media.
data(mort06.smpl)
A data frame with 243073 observations on the following 35 variables.
ResidentStatus
Education1989
Education2003
EducationFlag
MonthOfDeath
Sex
F
and M
AgeDetail
AgeSubstitution
AgeRecode52
AgeRecode27
AgeRecode12
AgeRecodeInfant22
PlaceOfDeath
MaritalStatus
D
, M
, S
, U
, and W
DayOfWeekofDeath
CurrentDataYear
InjuryAtWork
N
, U
, and Y
MannerOfDeath
MethodOfDisposition
B
, C
, D
, E
, O
, R
, and U
Autopsy
N
, U
, and Y
ActivityCode
PlaceOfInjury
ICDCode
Cause
CauseRecode358
CauseRecode113
CauseRecode130
CauseRecord39
Race
American Indian (includes Aleuts and Eskimos)
Asian Indian
Black
Chinese
Combined other Asian or Pacific Islander
Filipino
Guamanian
Hawaiian (includes Part-Hawaiian)
Japanese
Korean
Other Asian or Pacific Islander
Samoan
Vietnamese
White
BridgeRaceFlag
RaceImputationFlag
RaceRecode3
RaceRecord5
HispanicOrigin
HispanicOriginRecode
age
This data set is used as an example in the book "R in a Nutshell" from O'Reilly Media.
http://www.cdc.gov/nchs/data_access/Vitalstatsonline.htm
data(mort06.smpl) aov(age~Cause,data=mort06.smpl) model.tables(aov(age~Cause, data=mort06.smpl))