Quick way to create an example lgpfit, useful for debugging
example_fit(
formula = y ~ id + age + age | SEX + age | LOC,
likelihood = "gaussian",
chains = 1,
iter = 30,
num_indiv = 6,
num_timepoints = 5,
...
)An lgpfit object created by fitting the example model.
model formula
observation model
number of chains to run
number of iterations to run
number of individuals (data simulation)
number of time points (data simulation)
additional arguments to lgp