Learn R Programming

RGAP (version 0.1.1)

.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".