Ignores differences in the model name.

# S3 method for class 'stanedit'
`==`(e1, e2, ...)

Arguments

e1

a stanedit

e2

a stanedit

...

ignored

Value

TRUE or FALSE, depending on whether the models are equal or not

Examples

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 # TRUE
#> [1] TRUE