agepyramid: Age Pyramid

View source: R/agepyramid.h.R

agepyramidR Documentation

Age Pyramid

Description

Age Pyramid

Usage

agepyramid(data, age, gender, female)

Arguments

data

The data as a data frame.

age

.

gender

.

female

.

Value

A results object containing:

results$pyramidTable a table
results$plot an image

Tables can be converted to data frames with asDF or as.data.frame. For example:

results$pyramidTable$asDF

as.data.frame(results$pyramidTable)


sbalci/ClinicoPathLinuxDescriptives documentation built on July 21, 2023, 11:54 a.m.