diff --git a/DESCRIPTION b/DESCRIPTION index 7d9ecac..0806c35 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Encoding: UTF-8 Type: Package Package: mr.mash.alpha -Version: 0.3.27 -Date: 2024-05-29 +Version: 0.3.28 +Date: 2024-06-03 Title: Multiple Regression with Multivariate Adaptive Shrinkage Description: Provides an implementation of methods for multivariate multiple regression with adaptive shrinkage priors. diff --git a/man/mr.mash.Rd b/man/mr.mash.Rd index 8d6cb59..bcd2a65 100644 --- a/man/mr.mash.Rd +++ b/man/mr.mash.Rd @@ -11,7 +11,7 @@ mr.mash( w0 = rep(1/(length(S0)), length(S0)), V = NULL, mu1_init = matrix(0, nrow = ncol(X), ncol = ncol(Y)), - tol = 1e-04, + tol = 0.0001, convergence_criterion = c("mu1", "ELBO"), max_iter = 5000, update_w0 = TRUE, diff --git a/man/mr.mash.rss.Rd b/man/mr.mash.rss.Rd index 729d24f..3691336 100644 --- a/man/mr.mash.rss.Rd +++ b/man/mr.mash.rss.Rd @@ -16,7 +16,7 @@ mr.mash.rss( w0 = rep(1/(length(S0)), length(S0)), V, mu1_init = NULL, - tol = 1e-04, + tol = 0.0001, convergence_criterion = c("mu1", "ELBO"), max_iter = 5000, update_w0 = TRUE,