multivator (version 1.1-9)

compatible: Are two objects compatible?

Description

Function to detect whether two objects are compatible

Usage

compatible(x1,x2)

Arguments

x1,x2

Two objects with names and levels. Typically either objects of class mhp or mdm.

Value

Returns a Boolean.

Details

Here, “compatible” means have the same names and levels. If an mdm object and mhp object are compatible, then they may be supplied to (eg) var.matrix().

The function uses identical() to compare the names and levels.

Examples

Run this code
# NOT RUN {
data(mtoys)
stopifnot(compatible(toy_mhp, toy_mm))
# }

Run the code above in your browser using DataLab