Unequals.bi_model | R Documentation |
Ignores differences in the model name.
## S3 method for class 'bi_model'
e1 != e2, ...
e1 |
a |
e2 |
a |
... |
ignored |
TRUE or FALSE, depending on whether the models are equal or not
model_file_name <- system.file(package = "rbi", "PZ.bi")
PZ <- bi_model(filename = model_file_name)
PZ != PZ # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.