Description Usage Arguments Value Author(s) See Also
View source: R/scarabee.analysis.R
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.
1 2 3 4 5 6 7 8  | 
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.  | 
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.
Sebastien Bihorel (sb.pmlab@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.