likert_example: Likert Example Data

likert_exampleR 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)

drawsample documentation built on Sept. 6, 2022, 1:06 a.m.