.checkModelMLEfit: Checks whether model, prior and MLE fit match.
Description
Checks whether model, prior and MLE fit match.
Usage
.checkModelMLEfit(model, MLEfit)
Arguments
- model
An object of class TFPmodel.
- MLEfit
(Optional) An object of class TFPfit
which is used for
initialization. Only used if method = "bayesian"
.