Learn R Programming

sequence (version 2.0)

xcsa: French CSA (1976) data

Description

Medical attendence depending on socio-professional categories.

Usage

data(xcsa)

Arguments

Format

A data frame with 15 observations on the following 7 variables.

id

factor: Socio-professional categories: levels: acm fcm fco fem foo foq fpl fse hco hem hma hoq hos hpl hse sup hcm fos

ge1

visited a general practitioner during the previous year

ge0

did not visit a general practitioner during the previous year

sp1

visited a specialist during the previous year

sp0

did not visite a specialist during the previous year

de1

visited a dentist during the previous year

de0

did not visite a dentist during the previous year

Details

Detail of socio-professional categories codes : First letter = h : man First letter = f : woman cm : middle manager co : manager, unprecised status pl : Senior executive or liberal profession oq : qualified worker se : unemployed os : specialised worker ma : unskilled worker

Examples

Run this code
# NOT RUN {
data(xcsa)
ca(xcsa)
# }

Run the code above in your browser using DataLab