Changelog
BFI v2.0.1 (Latest)
CRAN release: 2024-07-04
- This is a bugfix release to resolve a minor bug in the
optim
function entries related to thegaussian
family.
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
BFI
package can be called fromPython
. - A vignette was also added to the package for calling
BFI
fromPython
.
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 is updated so that the outputs of
inv.prior.cov()
andMAP.estimation()
(for different centers) have the same dimensions whenintercept=FALSE
to 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.