powered by
Ignores differences in the model name.
# S3 method for bi_model ==(e1, e2, ...)
TRUE or FALSE, depending on whether the models are equal or not
a bi_model
bi_model
ignored
model_file_name <- system.file(package = "rbi", "PZ.bi") PZ <- bi_model(filename = model_file_name) PZ == PZ # TRUE
Run the code above in your browser using DataLab