hzar.sameModel: Do the hzar objects share the same model or data?

Description Usage Arguments Value Author(s)

View source: R/40-hzarPostProcessing.R

Description

Test hzar objects for identical associated cline models or identical hzar.obsData objects.

Usage

1
2
hzar.sameModel(fitA, fitB)
hzar.sameObsData(fitA, fitB)

Arguments

fitA

An object to compare.

fitB

An object to compare.

Value

FALSE if the objects can not be compared (either does not have an associated model or observed data).

For hzar.sameModel:

TRUE if the model associated with fitA is identical (same equation, parameters, free parameters, and fixed parameter values).

FALSE otherwise.

For hzar.sameObsData:

TRUE if the [["frame"]] of the hzar.obsData object associated with fitA is identical to the [["frame"]] of the hzar.obsData object associated with fitB.

FALSE otherwise.

Author(s)

Graham Derryberry asterion@alum.mit.edu


hzar documentation built on May 2, 2019, 7 a.m.