powered by
Plot marginal relationships between covariates and parameters for a ctStanFit object.
ctStanTIpredMarginal(fit, tipred, pars, plot = TRUE)
ctStanFit object.
character vector representing which tipreds to use.
Subject level matrices from the ctStanFit output -- e.g, 'DRIFT' or 'DIFFUSION'.
Logical, whether to plot.
If plot=TRUE, nothing, otherwise an array that can be used with ctPlotArray.
plot=TRUE
# NOT RUN { if (!exists("ctstantestfit")) example(ctstantestfit) ctStanTIpredMarginal(ctstantestfit,pars=c('DRIFT','CINT'),tipred=c('TI2','TI3')) # }
Run the code above in your browser using DataLab