Learn R Programming

befproj (version 0.1.1)

startpop_data: Startpopulation

Description

This is a Data Frame with a startpopulation. The ages reaches from 0 to 100. The start year is from 2019.

Usage

data("startpop_data")

Arguments

Format

A data frame with 101 observations on the following 3 variables.

age

a numeric vector

women

a numeric vector

men

a numeric vector

Examples

Run this code
# NOT RUN {
data(startpop_data)
str(startpop_data)
# }

Run the code above in your browser using DataLab