Learn R Programming

rbi (version 1.0.0)

Equals.bi_model: Check if two models are equal

Description

Ignores differences in the model name.

Usage

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

Value

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

Arguments

e1

a bi_model

e2

a bi_model

...

ignored

Examples

Run this code
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