R/ctmaStanctArgs.R

#' This are preset arguments
#'
#' @name CoTiMAStanctArgs
#' @export CoTiMAStanctArgs
#'
CoTiMAStanctArgs<-list(test=TRUE,
                       scaleTI=TRUE, scaleMod=FALSE, scaleClus=FALSE,
                       scaleTD=FALSE, scaleLongData=FALSE, scaleTime=1/1,
                       scaleTimeAuto=NULL,
                       savesubjectmatrices=FALSE, verbose=1,
                       datalong=NA, ctstanmodel=NA, stanmodeltext = NA,
                       iter=1000, intoverstates=TRUE,
                       binomial=FALSE, fit=TRUE,
                       intoverpop="auto", stationary=FALSE,
                       plot=FALSE, derrind="all",
                       optimize=TRUE, optimcontrol=list(is=FALSE, stochastic=FALSE, finishsamples=1000),
                       nlcontrol=list(),
                       nopriors=TRUE,
                       chains=2,
                       cores=1,
                       warmup=500,
                       inits=NULL, forcerecompile=FALSE,
                       savesCompile=TRUE,
                       savescores=FALSE, gendata=FALSE,
                       control=list(adapt_delta = .8, adapt_window=2, max_treedepth=10, adapt_init_buffer=2, stepsize = .001),
                       verbose=2, vb=FALSE)

Try the CoTiMA package in your browser

Any scripts or data that you put into this service are public.

CoTiMA documentation built on Nov. 10, 2022, 5:16 p.m.