Description Usage Arguments Examples
View source: R/utility_functions.R
make_parameter_list
makes a list of parameters for input to run_vet
1 | make_parameter_list(num_subjects, par_names, lower, upper)
|
num_subjects |
The number of subject parameters |
par_names |
A character vector of parameter names |
lower |
The lower bound on the uniform distribution |
upper |
The upper bound on the uniform distribution |
1 2 | #make parameters for 10 subjects
par_list = make_parameter_list(num_subjects=10,par_names=c('c','beta'),lower=c(0,0),upper=c(1,1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.