powered by
stats::factanal
data.frame
Convert stats::factanal to data.frame
# S3 method for factanal fortify(model, data = NULL, ...)
stats::factanal instance
original dataset, if needed
other arguments passed to methods
if (FALSE) { d.factanal <- stats::factanal(state.x77, factors = 3, scores = 'regression') fortify(d.factanal) fortify(d.factanal, data = state.x77) }
Run the code above in your browser using DataLab