sicri2018: SICRI: information system on risk-taking behaviour

Description Usage Format Source Examples

Description

SICRI collects data on health-related behaviours, as long as they do not involve questions that can be considered sensitive or delicate, since with them simple self-declaration is not a way to obtain valid information. However, although the data collected will mainly refer to behaviours, data of another type may be collected for which simple self-declaration is an accommodated mode of measurement.

Usage

1

Format

sicri2018 is a data frame with 7853 cases (rows) and 18 variables (columns) selected from the original and complete data base. The selection was done to have an overview of different types of random variables, as well as the topic interest for the students to discuss about.

In what follows the explanation and codification of the different variables is detailed. For every variable, we provide its name on the data base, the explanation of its content and all the possible categories, whether it makes sense, with their codes on the data base between brackets.

sex men (1); women (2)
age age in years
weight weight in kilograms
height height in centimetres
bmi body mass index
prov province: A Coruña (15); Lugo (27); Ourense (32); Pontevedra (36)
employ employment situation: employed (1); unemployed (2); housework (3);
retired (4); student (5); other (6)
education educational level: no studies (1); basic level (2); medium level (3);
upper level (4)
civilstat civil status: living as a couple (1); not living as a couple (2)
smoke whether has ever smoked: no (0); yes (1)
Ncigarw number of cigaretts per week
TimeNS time (in years) since the last time the person smoked
vac whether the person trust vaccines: no (0); yes (1); not know (3)
Ndrinks number of usual glasses drunk, any day the person takes alcoholic drinks
netuse time (in minutes) surfing the Net in the last four weeks
game whether the person has spent money on gambling in the last 12 months: no (0);
yes (1)
blood whether the person has ever been a blood donor
can whether the person has ever smoked cannabis

Source

This data has been collected from SERGAS (Galician Health Service) Database on February 2021 https://www.sergas.es/Saude-publica/SICRI-2018-Microdatos

Examples

1
2
3
data(sicri2018)
bmi <- sicri2018$bmi
Histogram(bmi,col="pink")

LearningStats documentation built on April 21, 2021, 9:06 a.m.