Learn R Programming

BTR (version 1.2.4)

model_dist: Calculate distance between Boolean models

Description

This method takes in two models and calculate the distance between them. The value return indicate the number of steps between the two models.

Usage

model_dist(x, y)

Arguments

x
S4 BoolModel object. Test model.
y
S4 BoolModel object. Reference model.