mcmcsae_example: Generate artificial data according to an additive...

mcmcsae_exampleR Documentation

Generate artificial data according to an additive spatio-temporal model

Description

This function is used to generate data for several examples.

Usage

mcmcsae_example(n = 100L, family = "gaussian")

Arguments

n

the size of the generated dataset.

family

sampling distribution family, see create_sampler.

Value

A list containing the generated dataset, the values of the model parameters, and the model specification as a formula.

Examples


ex <- mcmcsae_example()
str(ex)



mcmcsae documentation built on April 12, 2025, 2:25 a.m.