facloadpointplot | R Documentation |
facloadpointplot
illustrates point estimates (mean, median, ...)
of the estimated factor loadings matrix.
facloadpointplot(
x,
fsvsimobj = NULL,
statistic = "median",
cex = 6.5,
alpha = 0.2,
allpairs = FALSE,
col = NULL
)
x |
Object of class |
fsvsimobj |
To indicate data generating values in case of simulated
data, pass an object of type |
statistic |
Character string indicating which posterior statistic should be displayed. |
cex |
Controls the size of the dots. |
alpha |
Controls the level of transparency. |
allpairs |
Logical value; if set to TRUE, all possible pairwise combinations will be plotted. |
col |
Vector of length |
Returns x
invisibly, throws a warning if there aren't any
factors to plot.
Other plotting:
comtimeplot()
,
corimageplot()
,
corplot()
,
cortimeplot()
,
evdiag()
,
facloadcredplot()
,
facloaddensplot()
,
facloadpairplot()
,
facloadtraceplot()
,
logvartimeplot()
,
paratraceplot()
,
plot.fsvdraws()
,
plotalot()
,
voltimeplot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.