Learn R Programming

simPop (version 1.1.1)

totalsRG: Population totals Region times Gender for Austria 2006

Description

Population characteristics Region times Gender from Austria.

Using samp samp<- it is possible to extract or rather modify variables of the sample data within slot data in slot sample of the simPopObj-class-object. Using pop pop<- it is possible to extract or rather modify variables of the synthetic population within in slot data in slot sample of the simPopObj-class-object.

Arguments

Format

totalsRG: A data frame with 18 observations on the following 3 variables.

list("rb090")

gender; a factor with levels female male

list("db040")

region; a factor with levels Burgenland Carinthia Lower Austria, Salzburg Styria Tyrol Upper Austria Vienna Vorarlberg

list("Freq")

totals; a numeric vector

totalsRGtab: a two-dimensional table holding the same information

Details

Population totals Region times Gender for Austria 2006

Population characteristics Region times Gender from Austria.

Examples

Run this code
# NOT RUN {
data(totalsRG)
totalsRG
data(totalsRGtab)
totalsRGtab


data(totalsRG)
totalsRG
data(totalsRGtab)
totalsRGtab

# }

Run the code above in your browser using DataLab