powered by
1st margin of $Y sets line values, 2nd sets variables, 3rd quantiles.
ctPlotArray( input, grid = FALSE, add = FALSE, colvec = "auto", lwdvec = "auto", ltyvec = "auto", typevec = "auto", plotcontrol = list(ylab = "Array values", xaxs = "i"), legend = TRUE, legendcontrol = list(), polygon = TRUE, polygonalpha = 0.1, polygoncontrol = list(steps = 25) )
Nothing. Generates plots.
list containing 3 dimensional array to use for Y values, $y and vector of corresponding x values $x.
$y
$x
Logical. Plot with a grid?
Logical. If TRUE, plotting is overlayed on current plot, without creating new plot.
color vector of same length as 2nd margin.
lwd vector of same length as 2nd margin.
lty vector of same length as 2nd margin.
type vector of same length as 2nd margin.
list of arguments to pass to plot.
Logical. Draw a legend?
list of arguments to pass to legend.
legend
Logical. Draw the uncertainty polygon?
Numeric, multiplier for alpha (transparency) of the uncertainty polygon.
list of arguments to pass to ctPoly
ctPoly
#' input<-ctStanTIpredeffects(ctstantestfit, plot=FALSE, whichpars='CINT', nsamples=10,nsubjects=10) ctPlotArray(input=input)
Run the code above in your browser using DataLab