Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sethharju authored Sep 12, 2023
1 parent 4ca800e commit 6065bc9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tau.ss[n] <- 1 / sigma.ss[y.site[n], y.strata[n]]^2
eps[n] ~ dnorm(0, tau.ss[n])
p[n] <- ilogit(B[y.site[n], 1, y.strata[n]] +
B[y.site[n], 2, y.strata[n]] * x[n] + eps[n])

0 comments on commit 6065bc9

Please sign in to comment.