given gmod equations and a list of parameters it evaluates the model equations and returns the numerical values

# S3 method for class 'gmod_decision'
gmod_parse(model_struc, params = NULL)

Arguments

model_struc

a gmod representing the model structure

params

a parameter list containing the model parameters

Value

model_num_struc

Examples

print("See Vignettes")
#> [1] "See Vignettes"