Changelog
BFI v3.1.0 (Latest)
- The
MAP.estimationfunction has been revised, and corresponding updates have been made to its documentation and examples. - This version marks the final contribution of Hassan Pazira as the package maintainer. The new maintainer for future versions is Marianne A. Jonker Marianne.Jonker@radboudumc.nl
BFI v3.0.1
CRAN release: 2025-05-19
- In this release, the package has been updated to support both observational and randomized trial data for estimating treatment effects using Bayesian Federated ‘Causal’ Inference.
BFI v2.1.0
- In this release, the package has been updated to support a (semi-parametric) Cox model with an ‘unspecified’ baseline hazard, maximizing partial log-likelihood.
- The documentation and examples have been updated.
BFI v2.0.1
CRAN release: 2024-07-04
- This is a bugfix release to resolve a minor bug in the
optimfunction entries related to thegaussianfamily.
BFI v2.0.0
- The package now supports survival data analysis, adding comprehensive tools for time-to-event modeling alongside existing GLM functionalities.
- The documentation and examples have been updated.
BFI v1.1.4
CRAN release: 2024-04-27
- The package has been updated to address a few NOTEs identified during the CRAN submission.
BFI v1.1.0
- The functions
inv.prior.cov()andbfi()were adapted when there is a center specific variable. - The function
summary()was updated to be used in the case of stratification. - The manual pdf was updated in the case of center specific variable.
- Henceforth the
BFIpackage can be called fromPython. - A vignette was also added to the package for calling
BFIfromPython.
BFI v1.0.0
- In this release, the package website was built using the pkgdown package.
- Most of the functions were adapted with extra arguments in the case of stratification.
- The manual pdf was also updated.
BFI v0.6.3
- In this release, the package was updated so that the outputs of
inv.prior.cov()andMAP.estimation()(for different centers) have the same dimensions whenintercept=FALSEto be used inbfi(). - Moreover, one argument in
bfi(), i.e.,const_var, is added to the package to handle the constant variables. - This is a bugfix release to resolve one minor bug as well.
BFI v0.5.2
- In this release, the summary function (a S3 method for class
bfi) was added to the package. - A package pdf manual was created for the package.