scarabee.analysis {scaRabee} | R Documentation |
Run a scaRabee Analysis
Description
scarabee.analysis
is the de facto gateway for running any kind
of analysis with scaRabee. All other functions distributed with this
package are secondary functions called directly or indirectly by
scarabee.analysis
.
Arguments for scarabee.analysis
are best defined using the template
distributed with the package.
Usage
scarabee.analysis(files = NULL,
method = 'population',
runtype = NULL,
debugmode = FALSE,
estim.options = NULL,
npts = NULL,
alpha = NULL,
solver.options = list(method='lsoda'))
Arguments
files |
A list of input used for the analysis. The following elements are expected and none of them could be null:
|
method |
A character string, indicating the scale of the analysis. Should be 'population' or 'subject'. |
runtype |
A character string, indicating the type of analysis. Should be 'simulation', 'estimation', or 'gridsearch'. |
debugmode |
A logical value, indicating the debug mode should be turn on
( |
estim.options |
A list of estimation options containing two elements
|
npts |
Only necessary if |
alpha |
Only necessary if |
solver.options |
A list of differential equation solver options. Currently not modifiable by users. |
Value
Run an analysis until completion. See
vignette('scaRabee',package='scaRabee')
for more details about the
expected outputs for an estimation, a simulation, or a gird search run.
Author(s)
Sebastien Bihorel (sb.pmlab@gmail.com)