Unequals.stanedit.Rd
Ignores differences in the model name.
# S3 method for class 'stanedit'
`!=`(e1, e2, ...)
TRUE or FALSE, depending on whether the models are equal or not
model_file_name <- system.file(package = "rbi", "PZ.bi")
PZ <- stanedit(filename = model_file_name)
#> Warning: file("") only supports open = "w+" and open = "w+b": using the former
PZ != PZ # FALSE
#> [1] FALSE