Learn R Programming

MPsychoR (version 0.10-8)

Lakes: Response to challenge scale

Description

The response to challenge scale (RCS) is a theory-derived, observer-rated measure of children's self-regulation in response to a physically challenging situation (Lakes & Hoyt, 2004; Lakes, 2012). It asks raters to make inferences in 3 domains: cognitive (6 items), affective/motivational (7 items), and physical (3 items). The data included here are post test ratings from the study presented in Lakes & Hoyt (2009).

Usage

data("Lakes")

Arguments

Format

A data frame in long format with 194 individuals and the following variables:

personID

Person ID.

raterID

Rater ID.

item

Items for 3 subtests.

score

7-point response score.

subtest

Subtests (cognitive, affective, physical).

Examples

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

Run the code above in your browser using DataLab