View source: R/fortify_stats.R
fortify.factanal | R Documentation |
stats::factanal
to data.frame
Convert stats::factanal
to data.frame
## S3 method for class 'factanal'
fortify(model, data = NULL, ...)
model |
|
data |
original dataset, if needed |
... |
other arguments passed to methods |
data.frame
## Not run:
d.factanal <- stats::factanal(state.x77, factors = 3, scores = 'regression')
fortify(d.factanal)
fortify(d.factanal, data = state.x77)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.