generate_random_start | R Documentation |
generate_random_start
generates random starting values for all parameters to be fitted
generate_random_start(parTab, random_seed, f)
parTab |
a parameter table data frame of the form needed by the |
random_seed |
random seed for generation The info used here are the columns parTab$fixed: 1 indicates the parameter is fixed, 0 indicates the parameter is to be fitted parTab$lower_bound: lower bounds for parameters allowed for proposal steps parTab$upper_bound: lower bounds for parameters allowed for proposal steps |
a data frame of the same for as parTab, but the values of the fitted parameters are chosen from a uniform distribution with bounds lower_bound, upper_bound
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.