population {FS4}R Documentation

Population data frame

Description

This is an example data frame coming from ISTAT Multipurpose survey data that enables to run R code included in the 'Examples' section of the FS4 package help pages.

Usage

data(population)

Format

The population data frame contains 8094 observations related to Italian municipality with the following variables:

CAP

Variable identifying Italy's postal code

comune_num

Variable identifying municipalities

alfaprov

Variable identifying province of belonging

fam

Variable identifying secondary stage units

pop

Variable identifying PSU size

dom

Variable that refers to the belonging domain

Examples

data(population)
str(population)

[Package FS4 version 2.0 Index]