runs the markov model and returns the traces and summary outcomes

# S3 method for class 'gmod_markov'
gmod_evaluate(
  model_struc,
  model_function_name = "my_markov_model",
  print_model_function = FALSE
)

Arguments

model_num_struc

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

Value

gmod object

Examples

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