Skip to content

Alt Methods for predict.factanal #18

@drsimonj

Description

@drsimonj

predict.factanal currently implements the "regression" method directly from stats::factanal (when scores = "regression"`). See https://github.com/drsimonj/twidlr/blob/master/R/twidlr-stats.R#L334-L340

stats::factanal also provides the means for computing factor scores using the Bartlett method, which can be implemented.

If done, be sure to add method as an additional argument to predict.factanal, and be sure to cite the authors (see #17)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions