cran / BayesFM

:exclamation: This is a read-only mirror of the CRAN R package repository. BayesFM — Bayesian Inference for Factor Modeling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BayesFM: Bayesian Inference for Factor Modeling

CRAN

Installation

This package can be installed in R using:

install.packages("BayesFM")

Alternatively, it can be installed directly from Github:

# install.packages("devtools")
devtools::install_github("piatek/BayesFM")

Notes:

  • This package requires a Fortran compiler and a C compiler.
  • GNU Fortran version 4.6.3 or later is recommended.
  • F95 and earlier versions of GNU Fortran may not work because of unsupported Fortran 2003 features used in this package.

Windows users:

About

:exclamation: This is a read-only mirror of the CRAN R package repository. BayesFM — Bayesian Inference for Factor Modeling


Languages

Language:R 54.8%Language:Fortran 43.1%Language:C 1.2%Language:M4 0.9%