Learn R Programming

lamme (version 0.0.1)

schoene: Data on Interactive Cognitive-Motor Step Training

Description

Data from a randomized controlled trial on Interactive cognitive-motor step training. 81 observations are included. The outcome variable included is the hand reaction time. The data come from a randomzied pretest-posttest design with control and treatment groups.

Usage

data(schoene)

Arguments

Format

A dataframe with 81 rows and 3 variables:

group

treatment or control group from experimental manipulation

pre_HRT

prettest hand reaction time

post_HRT

posttest hand reaction time

References

Schoene D, Valenzuela T, Toson B, Delbaere K, Severino C, Garcia J, et al. (2015) Interactive Cognitive-Motor Step Training Improves Cognitive Risk Factors of Falling in Older Adults <U+2013> A Randomized Controlled Trial. PLoS ONE 10(12): e0145161.

Examples

Run this code
# NOT RUN {
data(schoene)
head(schoene)
table(schoene$group)
# }

Run the code above in your browser using DataLab