Example dataset with repeated measures of two constructs to illustrate how the package works.
Usage
data(data_bi_lcsm)Format
A longitudinal dataset in wide format:
id: ID variable, unique identifier for each personx1: x value at time point 1x2: x value at time point 2x3: x value at time point 3x4: x value at time point 4x5: x value at time point 5x6: x value at time point 6x7: x value at time point 7x8: x value at time point 8x9: x value at time point 9x10: x value at time point 10y1: y value at time point 1y2: y value at time point 2y3: y value at time point 3y4: y value at time point 4y5: y value at time point 5y6: y value at time point 6y7: y value at time point 7y8: y value at time point 8y9: y value at time point 9y10: y value at time point 10
Examples
# Load data into global environment
data(data_bi_lcsm)