#' Specify arguments for PCMFit during calls to PCMFitMixed.
#'
#' @inheritParams PCMFit
#' @inheritParams JitterModelParams
#' @return a named list of arguments to be passed to PCMFit.
#' @export
DefaultArgsConfigOptim <- function(
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) ) {
as.list(environment())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.