lcsm_data: Longitudinal dataset with repeated measures of two constructs

lcsm_dataR Documentation

Longitudinal dataset with repeated measures of two constructs

Description

Example dataset with 5 repeated measures of two constructs to illustrate how the package works.

Usage

data(lcsm_data)

Format

A longitudinal dataset in wide format:

  • id: ID variable, unique identifier for each person

  • x1: x value at time point 1

  • x2: x value at time point 2

  • x3: x value at time point 3

  • x4: x value at time point 4

  • x5: x value at time point 5

  • y1: y value at time point 1

  • y2: y value at time point 2

  • y3: y value at time point 3

  • y4: y value at time point 4

  • y5: y value at time point 5

Examples

# Load data into global environment
data(lcsm_data)

lcsm documentation built on March 7, 2023, 6:45 p.m.