| print.efa_control | R Documentation |
print() shows the chosen type and each tuning knob, with an unset (NA)
preset-driven knob marked as resolved from the type preset. format()
assembles the same report and returns it as a character vector; print() is
cat(format(x), sep = "\n"). The lines follow the active console theme, so they
are plain when colours are disabled.
## S3 method for class 'efa_estimate_control'
print(x, ...)
## S3 method for class 'efa_estimate_control'
format(x, ...)
## S3 method for class 'efa_rotate_control'
print(x, ...)
## S3 method for class 'efa_rotate_control'
format(x, ...)
x |
A control object from |
... |
Not used; for consistency with the generic. |
print() returns its argument x invisibly. format() returns a
character vector with the report lines.
estimate_control(), rotate_control()
Other Control functions:
estimate_control()
est <- estimate_control(type = "SPSS")
est
writeLines(format(est))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.