tmsalab / bayesefa

Exploratory Bayesian factor analysis of continuous, mixed-type, and bounded continuous variables using the mode-jumping algorithm of Man and Culpepper (2020) <doi:10.1080/01621459.2020.1773833>.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bayesefa

R-CMD-check Package-License CRAN Version Badge CRAN Status RStudio CRAN Mirror’s Monthly Downloads RStudio CRAN Mirror’s Total Downloads

Exploratory Bayesian factor analysis of continuous, mixed-type, and bounded continuous variables using the mode-jumping algorithm of Man and Culpepper (2020).

Installation

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")

Usage

To use the bayesefa package, load it into R using:

library("bayesefa")

Authors

Albert Man and Steven Andrew Culpepper

Citing the bayesefa package

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")

License

GPL-3

About

Exploratory Bayesian factor analysis of continuous, mixed-type, and bounded continuous variables using the mode-jumping algorithm of Man and Culpepper (2020) <doi:10.1080/01621459.2020.1773833>.


Languages

Language:C++ 79.5%Language:R 20.5%