The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

EFAutilities

The goal of EFAutilities is to provide a number of utilities functions for exploratory factor analysis. In particular, it computes standard errors for model parameters under a variety of conditions.

This package can be installed directly from CRAN:

install.packages(“EFAutilities”)

library(EFAutilities)

Example

Examples using the data sets included in the packages:

data(“CPAI537”) # Chinese personality assessment inventory (N = 537)

efa(x=CPAI537,factors=4) # Extract four factors

...

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.