Skip to content

Commit

Permalink
Update glm_multi_beta_binomial.stan
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola authored Oct 2, 2023
1 parent a6bb085 commit b966d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/stan/glm_multi_beta_binomial.stan
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ model{
}

// // Priors abundance
beta_raw_raw[1] ~ normal ( 0, x_raw_sigma );
beta_raw_raw[1] ~ normal ( 0, 3 );
if(C>1) for(c in 2:C) to_vector(beta_raw_raw[c]) ~ normal ( 0, x_raw_sigma );

// Hyper priors
Expand Down

0 comments on commit b966d2f

Please sign in to comment.