Skip to content

Commit

Permalink
open all messages for eBay method in trans_norm
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiLiubio committed Jun 28, 2024
1 parent 97f3228 commit c25394b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/trans_norm.R
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ trans_norm <- R6Class(classname = "trans_norm",
ebay = function(comm) {
sample_n <- nrow(comm)

B_e <- try(MGLM::MGLMreg(comm~1, dist="DM")@coefficients, silent=TRUE)
B_e <- MGLM::MGLMreg(comm~1, dist="DM")@coefficients

gr <- matrix(rep(1, sample_n))
alpha_e <- exp(gr%*%B_e)
Expand Down

0 comments on commit c25394b

Please sign in to comment.