runs the markov model and returns the traces and summary outcomes

# S3 method for class 'gmod_markov'
gmod_gen_model_function(
  mygmod,
  model_function_name = "my_markov_model",
  print_model_function = FALSE,
  sparse = FALSE,
  return_model_structure = TRUE
)

Arguments

model_struc

a matrix containing the numerical gmod object from the gmod_parse() function

Value

model_struc and generates model function code

Examples

print("see vignettes: vignettes(package='gmod')")
#> [1] "see vignettes: vignettes(package='gmod')"