Skip to contents

Ignores differences in the model name.

Usage

# S3 method for bi_model
==(e1, e2, ...)

Arguments

e1

a bi_model

e2

a bi_model

...

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 <- bi_model(filename = model_file_name)
PZ == PZ # TRUE
#> [1] TRUE