
Last chance! 50% off unlimited learning
Sale ends in
facloadtraceplot
draws trace plots of the factor loadings. Can be
an important tool to check MCMC convergence if inference about (certain)
factor loadings sought.
facloadtraceplot(
x,
fsvsimobj = NULL,
thinning = NULL,
maxrows = 10,
ylim = NULL
)
Returns x
invisibly.
Object of class 'fsvdraws'
, usually resulting from a call
to fsvsample
.
To indicate data generating values in case of simulated
data, pass an object of type fsvsim
(usually the result of a
call to fsvsim
).
Plot every thinning
th draw.
Indicates the maximum number of rows to be drawn per page.
Vector of length two containing lower and upper bounds of the
vertical axis. If NULL
, these are automatically determined.
Other plotting:
comtimeplot()
,
corimageplot()
,
corplot()
,
cortimeplot()
,
evdiag()
,
facloadcredplot()
,
facloaddensplot()
,
facloadpairplot()
,
facloadpointplot()
,
logvartimeplot()
,
paratraceplot()
,
plot.fsvdraws()
,
plotalot()
,
voltimeplot()