agepyramid: Age Pyramid

Description Usage Arguments Value

View source: R/agepyramid.h.R

Description

Age Pyramid

Usage

1
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/jamoviTemplate documentation built on Jan. 9, 2021, 10:50 a.m.