| NlmeEngineExtraParams-class | R Documentation |
NlmeEngineExtraParams : Defines all extra engine parameters
isPopulationis this a population model
methodwhat engine to use QRPEM = 1|IT2S-EM = 2|FOCE-LB = 3|FO = 4| LAPLACIAN = 5|NAIVE-POOLED = 6 The only difference between FOCE-ELS and Laplacian is the setup for the other parameter "PARAMS_FOCEHESE". If FOCE-ELS is chosen, PARAMS_FOCEHESE = 1. If Laplacian is chosen, PARAMS_FOCEHESE = 0. PARAMS_FOCEHESE arg should not be provided, and is controlled by the method.
numIterationsmaximum number of iterations
odeToUseWhat ODE to use common : ODE_STIFF=2|ODE_NON_STIFF=3|ODE_AUTO_DETECT=5|MATRIX_EXP=6 others : ODE_LSODE=1|ODE_LSODE_ANA_JAC=2|ODE_RK=3|ODE_LSODA=4| ODE_LSODA_ANA_JAC=5|MATRIX_EXP=6
anagradn 0, or 1 to allow analytic gradients (default 0)
xnpn number of nonparametric generations (or 0)
xrestartn 0, or 1 to restart
xnorderagqn number of AGQ points per axis (or 0)
xfocehessn 0 for numerical hessian, 1 for foce
xstderrn 0=none, 1=central, 2=forward
xlamethn LAGL Method 1, 2, or 3
xlandign LAGL nDigit
xlatoln LAGL tolerance
xblndign BLUP Method 1, 2, or 3
xblndign BLUP nDigit
xbltoln BLUP tolerance
xpcwresnrepn number of reps for PCWRES simulation
xisamplen number of samples for QRPEM
xmapassistn 0 (default) or >0, to enable map assist and specify periodicity
xmapnpn map naive-pool control
ximpsampdofn importance sampling control (-3 to 30) NORMAL=0 DBL_EXP=1 DIRECT=2 MIXTURE_2=-2 MIXTURE_3=-3
xmcpemn 0 for QRPEM, 1 for MCPEM
xsirsampn number of SIR samples
xburninn number of burn-in samples
xnonomegaburnn 0 (default) or 1, to use non-omega burn-in
xnoburnn 0 (default) or 1, to suppress burn-in
xstartfromsavedposteriorsn 0 (default) or 1, to start from saved posteriors
xaccration acceptance ratio
xscramblen 0 for None, 1 for Owen, 2 for Faure-Tezuka
pardernn partial derivative # steps
parderdn partial derivative delta
logtrann 0, or 1(default) to enable log-translate of data
param <- NlmeEngineExtraParams(
method = 3,
numIterations = 1000
)
param <- NlmeEngineExtraParams(
method = 1,
numIterations = 300
)
param <- NlmeEngineExtraParams(
method = 1,
numIterations = 300,
isPopulation = TRUE,
odeToUse = 2
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.