Description Usage Arguments Value
Specify arguments for PCMFit during calls to PCMFitMixed.
1 2 3 4 5 6 7 8 9 10 11 12 13 | DefaultArgsConfigOptim(
matParInit = NULL,
argsPCMParamLowerLimit = NULL,
argsPCMParamUpperLimit = NULL,
numRunifInitVecParams = 1000,
numGuessInitVecParams = 100,
numJitterRootRegimeFit = 100,
sdJitterRootRegimeFit = 0.5,
numJitterAllRegimeFits = 100,
sdJitterAllRegimeFits = 0.5,
numCallsOptim = 10,
control = list(fnscale = -1)
)
|
matParInit |
a matrix of any number of rows and p columns where, p is
the number of variable numerical parameters in the model
(equal to |
argsPCMParamLowerLimit |
named lists with
arguments passed to the functions |
argsPCMParamUpperLimit |
named lists with
arguments passed to the functions |
numRunifInitVecParams |
integers specifying how
many parameter vectors should be drawn from a uniform distribution between
|
numGuessInitVecParams |
integers specifying how
many parameter vectors should be drawn from a uniform distribution between
|
numJitterRootRegimeFit |
integers specifying how
many initial parameter vectors should be generated by 'jittering' the
parameters of the root regime of a previously found fit
(such as a clade-fit), and by jittering all regime parameters.
Default: |
sdJitterRootRegimeFit |
white noise standard
deviation. Default: |
numJitterAllRegimeFits |
integers specifying how
many initial parameter vectors should be generated by 'jittering' the
parameters of the root regime of a previously found fit
(such as a clade-fit), and by jittering all regime parameters.
Default: |
sdJitterAllRegimeFits |
white noise standard
deviation. Default: |
numCallsOptim |
integer specifying the maximum number of calls to
|
control |
a list passed as control argument to |
a named list of arguments to be passed to PCMFit.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.