Skip to content

Commit 88a8077

Browse files
committed
updates
1 parent 77954b5 commit 88a8077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stan_files/model/ltjmm_lp.stan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
vector[yNeta[19]] yEta19;
4141
vector[yNeta[20]] yEta20;
4242

43-
target += aux_lpdf(sigma_lt_unscaled, y_prior_dist_for_sigma_lt,
43+
target += aux_lpdf(sigma_lt_unscaled | y_prior_dist_for_sigma_lt,
4444
y_prior_scale_for_sigma_lt, y_prior_df_for_sigma_lt);
4545
target += normal_lpdf(lt | 0, sigma_lt);
4646

0 commit comments

Comments
 (0)