summary method for class "dfm"
.
# S3 method for dfm
summary(object, ci = 0.95, ...)
summary.dfm
returns a list of class "summary.dfm"
,
which contains the following components:
A list of various summary statistics of the posterior draws of the factor loadings.
A list of various summary statistics of the posterior draws of the factors.
A list of various summary statistics of the posterior draws of the variance matrix of the measurement equation.
A list of various summary statistics of the posterior draws of the factor loadings.
A list of various summary statistics of the posterior draws of the variance matrix of the transition equation.
a list containing information on the model specification.
an object of class "dfm"
, usually, a result of a call to
dfm
.
a numeric between 0 and 1 specifying the probability of the credible band. Defaults to 0.95.
further arguments passed to or from other methods.