R/bfa-package.R

#' Bayesian Factor Analysis
#' 
#' \tabular{ll}{
#' Package: \tab bfa\cr
#' Type: \tab Package\cr
#' Version: \tab 0.4\cr
#' Date: \tab 2016-9-07\cr
#' License: \tab GPL-3\cr
#' LazyLoad: \tab yes\cr
#' }
#'
#' This package provides model fitting for several Bayesian factor models including 
#' Gaussian, ordinal probit, mixed and semiparametric Gaussian copula factor models
#' under a range of priors.
#' 
#' @name bfa-package
#' @docType package
#' @import coda
#' @import Rcpp
#' @importFrom stats biplot cov ecdf factanal model.frame pnorm qnorm quantile rbeta rgamma rnorm runif sd var
# @import RcppArmadillo
#' @title Bayesian Factor Analysis
#' @author Jared Murray \email{jsmurray@@stat.cmu.edu}
#' @keywords package
#' @useDynLib bfa
# @references
# \url{url}

NULL

Try the bfa package in your browser

Any scripts or data that you put into this service are public.

bfa documentation built on May 1, 2019, 10:19 p.m.