Learn R Programming

MPsychoR (version 0.10-8)

KoreanSpeech: Korean Speech Data

Description

This dataset represents a subset of the data collected in an experiment on the phonetic profile of Korean formality by Winter and Grawunder (2012). The authors were interested in pitch changes between two different attitudes (formal vs. informal).

Usage

data("KoreanSpeech")

Arguments

Format

A data frame with 6 individuals (14 measurements per person) and the following variables:

subject

Subject ID

gender

Gender

scenario

7 interaction types ("making an appointment", "asking for a favor", "apologizing for coming too late", etc.)

attitude

Formality: formal vs. informal.

frequency

Pitch frequency in Hz

Examples

Run this code
# NOT RUN {
data("KoreanSpeech")
str(KoreanSpeech)
# }

Run the code above in your browser using DataLab