View source: R/parity_assess.R
prtyAssess.plot | R Documentation |
Parity Assessment Plot
prtyAssess.plot(ages, P)
ages |
A vector of ages or starting ages of age group intervals |
P |
A vector of average parities by women age group |
Average parities vs ages plot
Moultrie TA, RE Dorrington, AG Hill, K Hill, IM Timæus and B Zaba (eds). 2013. Tools for Demographic Estimation. Paris: International Union for the Scientific Study of Population. demographicestimation.iussp.org
library(DemoToolsData)
### Malawi 2008 data:
prtyAssess.plot( ages = data.pf_MWI$ages, P = data.pf_MWI$P )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.