GraphPTCABoot | R Documentation |
GraphPTCABoot
plots the results of a CA
with bootstrap computed Ellipsoids
or Convex Hulls confidence interval.
GraphPTCABoot
needs packages prettyGraphs
(for the graph)
and the convex Hulls
and car
(for the ellipses).
GraphPTCABoot( FS, FBoot, axis1 = 1, axis2 = 2, item.colors = NULL, ZeTitle = "PTCA-Bootstrap", constraints = NULL, nude = FALSE, Ctr = NULL, lwd = 3.5, ellipses = TRUE, fill = TRUE, fill.alpha = 0.27, percentage = 0.95, dev.new = TRUE, new.plot = TRUE, cex = 1, text.cex = 0.8, pos = 2 )
FS |
(factor scores) The coordinates of the items to be plotted. |
FBoot |
The Bootstrap cube of factor scores. |
axis1 |
(default is 1) position in |
axis2 |
(default is 2), position in |
item.colors |
(default is |
ZeTitle |
(default is |
constraints |
(default is |
nude |
(default is |
Ctr |
(default is |
lwd |
(default is 3.5) line width for the ellipse (from dataEllipse). |
ellipses |
(default is |
fill |
(default is |
fill.alpha |
(default is .27) alpha-transparency
for filling
(see parameter |
percentage |
(default is 0.95) critical value for the CIs |
dev.new |
(default is |
new.plot |
when |
cex |
(default is 1) size of the dots |
text.cex |
(default is .8) # size of text (to avoid conflicts with cex) |
pos |
(default is 2) position of the text can be a scalar or a vector |
PTCA.out: the output from prettyPlot
Hervé Abdi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.