Skip to content

Commit

Permalink
change prior alpha and beta in gmsnburr
Browse files Browse the repository at this point in the history
  • Loading branch information
madsyair committed Jun 25, 2024
1 parent bf4d320 commit b2153ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/bnrm.R
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ bnrm <- function(formula, data, family = msnburr(), prior = NULL,
}
}
} else {
c(set_prior("lognormal(1,1)", class = "alpha",lb=0), set_prior("lognormal(1,1)", class = "beta",lb=0))
c(set_prior("lognormal(0,1)", class = "alpha",lb=0), set_prior("lognormal(0,1)", class = "beta",lb=0))

}
},
Expand Down

0 comments on commit b2153ab

Please sign in to comment.