simulateDataFromRELCS: Simulate Data from RELCS model

Description Usage

View source: R/simulateDataFromRELCS.R

Description

Simulate Data from RELCS model

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
simulateDataFromRELCS(
  N,
  num.obs,
  selffeedback.mean = 0,
  selffeedback.variance = 0,
  residualerrorvariance = 1,
  slopevariance = 0,
  slopemu = 0,
  interceptvariance = 0,
  interceptmu = 0,
  has.slope = TRUE,
  has.icept = TRUE,
  use.openmx = FALSE,
  return.true.fb = FALSE
)

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