summary_demog_change_component_df: Summarize a 'demog_change_component_df'

summary.fert_rate_age_fR Documentation

Summarize a demog_change_component_df

Usage

## S3 method for class 'fert_rate_age_f'
summary(
  object,
  maxsum = 7,
  digits = max(3, getOption("digits") - 3),
  vsep,
  ...
)

## S3 method for class 'demog_change_component_df'
summary(
  object,
  maxsum = 7,
  digits = max(3, getOption("digits") - 3),
  vsep,
  ...
)

Arguments

object

An object of class demog_change_component_df.

maxsum

integer, indicating how many levels should be shown for factors.

digits

integer, used for number formatting with signif() (for summary.default) or format() (for summary.data.frame). In summary.default, if not specified (i.e., missing(.)), signif() will not be called anymore (since R >= 3.4.0, where the default has been changed to only round in the print and format methods).

...

additional arguments affecting the summary produced.

Value

A list with elements time, age, sex, and table.

Author(s)

Mark Wheldon


markalava/ccmppWPP documentation built on April 21, 2022, 12:36 a.m.