createLCS: Create Latent Change Score Model

Description Usage

View source: R/createLCS.R

Description

Create Latent Change Score Model

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
createLCS(
  num.obs,
  autoregression = 0.3,
  residualerrorvariance = 0.1,
  slopevariance = 0.1,
  interceptvariance = 0.1,
  interceptmu = 0,
  slopemu = 0,
  has.slope = TRUE,
  has.icept = TRUE
)

brandmaier/relcs documentation built on March 27, 2021, 1:32 p.m.