Description Usage Arguments Value See Also Examples
An S4 method printing a summary of the model parameter estimates for an
object of class penfa
.
1 2 3 4 5 6 7 8 9 10 11 |
object |
An object of class |
header |
Logical. If |
estimates |
Logical. If |
ci |
Logical. If |
level |
Logical. It denotes the significance level used for the statistical tests. |
nd |
Integer. It determines the number of digits after the decimal point to be printed in the parameter estimates section. |
cutoff |
Numeric. Standard errors and confidence intervals for the
penalized parameter estimates falling below the |
extra |
Logical. If |
An object reporting a detailed summary of the estimated parameters
for a penfa
model.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | data(ccdata)
syntax = 'help =~ h1 + h2 + h3 + h4 + h5 + h6 + h7 + 0*v1 + v2 + v3 + v4 + v5
voice =~ 0*h1 + h2 + h3 + h4 + h5 + h6 + h7 + v1 + v2 + v3 + v4 + v5'
alasso_fit <- penfa(## factor model
model = syntax,
data = ccdata,
std.lv = TRUE,
## penalization
pen.shrink = "alasso",
eta = list(shrink = c("lambda" = 0.01), diff = c("none" = 0)),
## automatic procedure
strategy = "auto")
summary(alasso_fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.