difference-methods: Difference between two 'Parameters' objects

differenceR Documentation

Difference between two Parameters objects

Description

Difference between two Parameters objects

Usage

difference(base, comp)

## S4 method for signature 'Parameters,Parameters'
difference(base, comp)

Arguments

base

Parameters object. First object

comp

Parameters object. Second object

Value

TRUE if they are the same. If there are differences, a data.frame is returned with the untransformed parameter values of the two objects, the relative difference (base - comp) and the percent difference

Author(s)

alko


alko989/s6model documentation built on Nov. 2, 2023, 10:04 p.m.