is.model: Logical Check of a Model

Description Usage Arguments Details Value Author(s) See Also

View source: R/is.model.R

Description

This function provides a logical test of whether or not a Model specification function meets mininum requirements to be considered as such.

Usage

1
is.model(Model, Initial.Values, Data)

Arguments

Model

This is a model specification function. For more information, see the LaplacesDemon function.

Initial.Values

This is a vector of initial values, or current parameter values. For more information, see the LaplacesDemon function.

Data

This is a list of data. For more information, see the LaplacesDemon function.

Details

This function tests for minimum criteria for Model to be considered a model specification function. Specifically, it tests:

This function is not extensive, and checks only for these minimum criteria. Additional checks are conducted in IterativeQuadrature, LaplaceApproximation, LaplacesDemon, PMC, and VariationalBayes.

Value

The is.model function returns a logical value of TRUE when Model meets minimum criteria of a model specification function, and FALSE otherwise.

Author(s)

Statisticat, LLC. software@bayesian-inference.com

See Also

IterativeQuadrature, LaplaceApproximation, LaplacesDemon, PMC, and VariationalBayes.


LaplacesDemon documentation built on July 9, 2021, 5:07 p.m.