summary.frts_intvw: Summarize the data of year of interview in fertility rates

Description Usage Arguments Value Examples

View source: R/summary.R

Description

Summarize the data of year of interview in age-specific fertility rates by single year of age and grouped year of age, and total fertility rate.

Usage

1
2
## S3 method for class 'frts_intvw'
summary(object, level, ...)

Arguments

object

An object of class "frts_intvw".

level

The confidence level required to confidence intervals for fertility rates.

...

Additional arguments affecting the summary produced.

Value

An object of class list. The elements of this are "as_fr_s", "t_fr" and "as_fr_g".

Examples

1
2
3
4
5
6
7
## Information from ENADID 2014, INEGI

mg1 <- frts_intvw(m.intvw=ENTREV_M, y.intvw=2014, m.wmn=FEC_MUJ_M, y.wmn=FEC_MUJ_A,
 age.wmn=EDAD_M, m.child=FEC_HIJ_M, y.child=FEC_HIJ_A, wmn.dummy=MUJER, id.wmn=ID_1,
 ids=UPM, strata=ESTRATO, weights = FACTOR, data = enadid_2014)

summary(mg1, level = 0.9)

YazGonzalez/fertilityRates documentation built on March 29, 2020, 9 a.m.