likert_example {drawsample}R Documentation

Likert Example Data

Description

The example data set is made of 6669 subjects, 7 variables

Usage

data(likert_example)

Format

A data.frame with 7 columns, which are

CNTSTUID

country ID

ST160Q01IA

response of item_1

ST160Q02IA

response of item_2

ST160Q03IA

response of item_3

ST160Q04IA

response of item_4

ST160Q05IA

response of item_5

total

total_score of five items

Examples

# First 6 rows of the likert_example
data(likert_example)
head(likert_example)

[Package drawsample version 1.0.1 Index]