compatible: Are two objects compatible?

compatibleR Documentation

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.

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.

Value

Returns a Boolean.

Note

Cannot yet compare LoF objects.

Author(s)

Robin K. S. Hankin

Examples

data(mtoys)
stopifnot(compatible(toy_mhp, toy_mm))

multivator documentation built on Aug. 22, 2023, 9:10 a.m.