R/fido.R

#' fido: Fitting and Analysis of Multinomial Logistic Normal  Models
#' 
#'  Provides methods for fitting and inspection of Bayesian Multinomial 
#'  Logistic Normal Models using MAP estimation and Laplace Approximation.
#'  Key functionality is implemented in C++ for scalability. 
#'  
#' @docType package
#' @name fido_package
#' 
#' @useDynLib fido
#' @importFrom Rcpp sourceCpp
NULL

globalVariables(".")

Try the fido package in your browser

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

fido documentation built on June 22, 2024, 9:36 a.m.