mortality | R Documentation |
The cause of mortality in France in 1979 and 2006.
data(mortality)
A data frame with 62 rows (the different causes of death) and 18 columns. Each column corresponds to an age interval (15-24, 25-34, 35-44, 45-54, 55-64, 65-74, 75-84, 85-94, 95 and more) in a year. The 9 first columns correspond to data in 1979 and the 9 last columns to data in 2006. In each cell, the counts of deaths for a cause of death in an age interval (in a year) is given.
Centre d'epidemiologie sur les causes medicales
data(mortality)
## Not run:
res<-MFA(mortality,group=c(9,9),type=c("f","f"),
name.group=c("1979","2006"))
plot(res,choix="freq",invisible="ind",graph.type = "classic")
lines(res$freq$coord[1:9,1],res$freq$coord[1:9,2],col="red")
lines(res$freq$coord[10:18,1],res$freq$coord[10:18,2],col="green")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.