Skip to content

Commit

Permalink
fix error in non-hierarchical model
Browse files Browse the repository at this point in the history
  • Loading branch information
Smith authored and Smith committed Oct 10, 2024
1 parent cf3ce8c commit 57663ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inst/models/first_diff_nonhier_bbs_CV.stan
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ model {

for(s in 1:(n_strata)){
beta_raw[s,] ~ std_normal();
sum(beta_raw[s,]) ~ normal(0,0.001*n_years_m1);
}

strata_raw ~ std_normal();
Expand Down

0 comments on commit 57663ed

Please sign in to comment.