Usage
xpose.VPC.categorical(vpc.info="vpc_results.csv",
vpctab = dir(pattern="^vpctab")[1],
object = NULL,
subset=NULL,
main="Default",
main.sub="Default",
main.sub.cex=0.85,
real.col=4,
real.lty="b",
real.cex=1,
real.lwd=1,
median.line=FALSE,
median.col="darkgrey",
median.lty=1,
ci.lines=FALSE,
ci.col="blue",
ci.lines.col="darkblue",
ci.lines.lty=3,
xlb="Default",
ylb="Proportion of Total",
force.x.continuous=FALSE,
level.to.plot=NULL,
max.plots.per.page=1,
rug=TRUE,
rug.col="orange",
censored=FALSE,
...)
Arguments
vpc.info
Name of PSN file to use. File will come from VPC
command in PsN.
vpctab
Name of vpctab file produced from PsN.
subset
Subset of data to look at.
main.sub
Used for names above each plot when using multiple plots. Should be a
vector, e.g. c("title 1","title 2")
.
main.sub.cex
Size of main.sub
real.col
Color of real line.
real.cex
Size of real line.
real.lwd
Width of real line.
median.line
Dray a median line?
median.col
Color of median line.
median.lty
median line type.
ci.lines
Lines marking confidence interval?
ci.lines.col
Color of CI lines.
ci.lines.lty
Type of CI lines.
force.x.continuous
For the x variable to be continuous.
level.to.plot
Which levels of the variable to plot. Smallest level is 1, largest is
number_of_levels. For example, with 4 levels, the largest level would
be 4, the smallest would be 1.
max.plots.per.page
The number of plots per page.
rug
Should there be markings on the plot showing where the intervals for the
VPC are?
censored
Is this censored data? Censored data can be both below and above the
limit of quantification.
...
Additional information passed to function.