Learn R Programming

lavaSearch2 (version 2.0.3)

sampleRepeated: Simulate Repeated Measurements over time

Description

Simulate repeated measurements over time (one factor model).

Usage

sampleRepeated(n, n.Xcont = 2, n.Xcat = 2, n.rep = 5, format = "long")

Value

a data.frame object.

Arguments

n

[integer] sample size.

n.Xcont

[integer] number of continuous covariates acting on the latent variable.

n.Xcat

[integer] number of categorical covariates acting on the latent variable.

n.rep

[integer] number of measurement of the response variable.

format

[character] should the dataset be returned in the "long" format or in the "wide" format.

Examples

Run this code

sampleRepeated(10, format = "wide")
sampleRepeated(10, format = "long")

Run the code above in your browser using DataLab