param_check: Model parameter table check

Description Usage Arguments Value See Also

View source: R/checking_functions.R

Description

Takes the table of parameters to be used for model calculation and MCMC fitting, and returns a string error if any of the inputs are invalid. The table should have the following column names:

Usage

1
param_check(param_table)

Arguments

param_table

a data frame or matrix containing the parameters and corresponding meta-data.

Value

returns a string containing an error message, or NULL if no error

See Also

mcmc_param_check, prior, prior_wrapper


jameshay218/mcmcJH documentation built on May 18, 2019, 11:20 a.m.