rand.params: Random parameter generator

Description Usage Arguments Value See Also

View source: R/helper_functions.R

Description

From a table of parameters, generates random values within the given bounds. Idea is to use these as seeds for the MCMC chains Table should be as imported by load_param_table.

Usage

1
rand.params(param_table)

Arguments

param_table

a data frame of parameters containing columns with the lower and upper seed bounds (titled lower_seed and upper_seed)

Value

a vector of random parameters

See Also

load_param_table


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