Exploratory Bayesian factor analysis of continuous, mixed-type, and bounded continuous variables using the mode-jumping algorithm of Man and Culpepper (2020).
You can install bayesefa
from CRAN using:
install.packages("bayesefa")
Or, you can be on the cutting-edge development version on GitHub using:
if(!requireNamespace("remotes")) install.packages("remotes")
devtools::install_github("tmsalab/bayesefa")
To use the bayesefa
package, load it into R using:
library("bayesefa")
Albert Man and Steven Andrew Culpepper
To ensure future development of the package, please cite bayesefa
package if used during an analysis or simulation studies. Citation
information for the package may be acquired by using in R:
citation("bayesefa")
GPL-3