Description Usage Format Details Source Examples
A 10
This data set is used as an example in the book "R in a Nutshell" from O'Reilly Media.
1 |
A data frame with 243073 observations on the following 35 variables.
ResidentStatusa numeric vector
Education1989a numeric vector, Education (1989 revision)
Education2003a numeric vector, Education (2003 revision)
EducationFlaga numeric vector, Education reporting flag
MonthOfDeatha numeric vector, Month of Death
Sexa factor with levels F and M
AgeDetaila numeric vector, Detail Age
AgeSubstitutiona numeric vector, Age Substitution Flag
AgeRecode52a numeric vector
AgeRecode27a numeric vector
AgeRecode12a numeric vector
AgeRecodeInfant22a numeric vector
PlaceOfDeatha numeric vector
MaritalStatusa factor with levels D, M, S, U, and W
DayOfWeekofDeatha numeric vector
CurrentDataYeara numeric vector
InjuryAtWorka factor with levels N, U, and Y
MannerOfDeatha numeric vector
MethodOfDispositiona factor with levels B, C, D, E, O, R, and U
Autopsya factor with levels N, U, and Y
ActivityCodea numeric vector
PlaceOfInjurya numeric vector
ICDCodea factor
Causea factor describing the cause of death
CauseRecode358a numeric vector, 358 Cause Recode
CauseRecode113a numeric vector, 113 Cause Recode
CauseRecode130a numeric vector, 130 Infant Cause Recode
CauseRecord39a numeric vector, 39 Cause Recode
Racea factor with levels 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
BridgeRaceFlaga numeric vector
RaceImputationFlaga numeric vector
RaceRecode3a numeric vector
RaceRecord5a numeric vector
HispanicOrigina numeric vector
HispanicOriginRecodea numeric vector
agea numeric vector
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
1 2 3 | data(mort06.smpl)
aov(age~Cause,data=mort06.smpl)
model.tables(aov(age~Cause, data=mort06.smpl))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.