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. 
#'  
#' @name fido_package
#' 
#' @useDynLib fido
#' @importFrom Rcpp sourceCpp
"_PACKAGE"

globalVariables(".")

Try the fido package in your browser

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

fido documentation built on April 3, 2025, 6:20 p.m.