Learn R Programming

crmPack (version 2.0.0)

v_model_params: Internal Helper Functions for Validation of Model Parameters Objects

Description

[Experimental]

These functions are only used internally to validate the format of an object with model parameters or inherited classes and therefore not exported.

Usage

v_model_params_normal(object)

Value

A character vector with the validation failure messages, or TRUE in case validation passes.

Arguments

object

(ModelParamsNormal)
multivariate normal parameters object to validate.

Functions

  • v_model_params_normal(): a helper function that validates multivariate normal parameters.