Description Usage Arguments Value Author(s)
View source: R/40-hzarPostProcessing.R
Test hzar objects for identical associated cline models or identical hzar.obsData objects.
1 2 | hzar.sameModel(fitA, fitB)
hzar.sameObsData(fitA, fitB)
|
fitA |
An object to compare. |
fitB |
An object to compare. |
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.
Graham Derryberry asterion@alum.mit.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.