Learn R Programming

drawsample (version 1.0.2)

likert_example: Likert Example Data

Description

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

Usage

data(likert_example)

Arguments

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

Run this code
# First 6 rows of the likert_example
data(likert_example)
head(likert_example)

Run the code above in your browser using DataLab