Learn R Programming

MLCIRTwithin (version 1.1)

RLMS: RLMS dataset

Description

This dataset contains the data about job satisfaction described in: Bartolucci, F., Bacci, S., and Gnaldi, M. (2015), Statistical Analysis of Questionnaires: A Unified Approach Based on R and Stata, Chapman and Hall/CRC press

Usage

data(RLMS)

Arguments

Format

A data frame with 1485 observations about four polytomous items with covariates:
marital
marital status of the respondent
education
educational level of the respondent
gender
gender of the respondent
age
age of the respondent
work
work status of the respondent
Y1
1st item response
Y2
2nd item response
Y3
3rd item response
Y4
4th item response

References

Bartolucci, F., Bacci, S., and Gnaldi, M. (2015), Statistical Analysis of Questionnaires: A Unified Approach Based on R and Stata, Chapman and Hall/CRC press

Examples

Run this code
 data(RLMS)
 ## maybe str(RLMS)
 str(RLMS)
 

Run the code above in your browser using DataLab