"pcplot"(x, parm = "x", axes, add_ci = FALSE, cl = 0.95, nq = TRUE, col = "darkgrey", cex = par("cex"), font = par("font"), lwd = par("lwd"), lty = par("lty"), lcol = col, psym = NULL, pcol = col, pcex = cex, ecol = "red", ewid = 1, etyp = 2, acol = "black", awid = 1, atyp = 1, acex = cex, afnt = font, adir = 1, add_scale = FALSE, main = NULL, sub = NULL, ...)
pcplot(x, ...)corregp (i.e. an object of class "corregp")."y", "x", or any vector of term names in X, level names in X or
level names in Y. Defaults to "x".FALSE.0.95.numeric or see colors.1 for plain, 2 for bold, 3 for italic, and 4 for bold italic. Defaults to 1.0 or "blank", 1 or "solid", 2 or "dashed", 3 or
"dotted", 4 or "dotdash", 5 or "longdash", 6 or "twodash". Defaults to 1.numeric or see colors.numeric or see colors.numeric or see colors.0 or "blank", 1 or "solid",
2 or "dashed", 3 or "dotted", 4 or "dotdash", 5 or "longdash", 6 or
"twodash". Defaults to 2.numeric or see colors.0 or "blank", 1 or "solid", 2 or "dashed", 3 or
"dotted", 4 or "dotdash", 5 or "longdash", 6 or "twodash". Defaults to 1.1 for plain, 2 for bold, 3 for italic, and 4 for bold italic.numeric value between 0 and 3 (see the las
argument in the graphical parameters par) or a character value matching either "horizontal" or
"vertical". Defaults to 1 (horizontal).ciplot.corregp, plot.corregp.
data(HairEye)
haireye.crg <- corregp(Eye ~ Hair * Sex, data = HairEye, b = 3000)
pcplot(haireye.crg, parm = "y", axes = 1:3)
pcplot(haireye.crg, parm = c("Hair", "Sex"), axes = 1:3)
Run the code above in your browser using DataLab