demo.eusilc {surveysd}R Documentation

Generate multiple years of EU-SILC data

Description

Create a dummy dataset to be used for demonstrating the functionalities of the surveysd package based on laeken::eusilc. Please refer to the documentation page of the original data for details about the variables.

Usage

demo.eusilc(n = 8, prettyNames = FALSE)

Arguments

n

Number of years to generate. Should be at least 1

prettyNames

Create easy-to-read names for certain variables. Recommended for demonstration purposes. Otherwise, use the original codes documented in laeken::eusilc.

Details

If prettyNames is TRUE, the following variables will be available in an easy-to-read manner.

Examples

demo.eusilc(n = 1, prettyNames = TRUE)[, c(1:8, 26, 28:30)]

[Package surveysd version 1.3.1 Index]