SimData: Generates simulated data

View source: R/BivariateAutoregressiveHMM.R

SimDataR Documentation

Generates simulated data

Description

Generates simulated data

Usage

SimData(
  init_true,
  tran_true,
  mu_a_true,
  k_true,
  betas_true,
  missing_perc,
  data_len
)

Arguments

init_true

Initial Markov state probabilities for simulated data

tran_true

Transition Markov state probabilities for simulated data

mu_a_true

mean negative binomial parameter for simulated data

k_true

size negative binomial parameter

betas_true

Betas for simulated data

missing_perc

Percent of data to remove from simulated data

data_len

Number of days to simulate

Value

Returns simulated data


jordanaron22/AndalusiaAlgae documentation built on Feb. 18, 2025, 3:59 p.m.