Skip to contents

The function simulates data using the simStateSpace::SimSSMOUFixed() function.

Usage

IllustrationGenData(seed = NULL, n = 133, m = 101, delta_t_gen = 0.1)

Arguments

seed

Integer. Random seed.

n

Positive integer. Sample size.

m

Positive integer. Measurement occasions.

delta_t_gen

Numeric. Time interval used to generate data.

See also

Other Data Generation Functions: GenData(), RandomMeasurement()

Examples

if (FALSE) { # \dontrun{
sim <- IllustrationGenData(seed = 42)
plot(sim)
} # }