fortify.factanal: Convert 'stats::factanal' to 'data.frame'

View source: R/fortify_stats.R

fortify.factanalR Documentation

Convert stats::factanal to data.frame

Description

Convert stats::factanal to data.frame

Usage

## S3 method for class 'factanal'
fortify(model, data = NULL, ...)

Arguments

model

stats::factanal instance

data

original dataset, if needed

...

other arguments passed to methods

Value

data.frame

Examples

## Not run: 
d.factanal <- stats::factanal(state.x77, factors = 3, scores = 'regression')
fortify(d.factanal)
fortify(d.factanal, data = state.x77)

## End(Not run)

sinhrks/ggfortify documentation built on April 20, 2024, 10:27 p.m.