Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
コメントの修正
  • Loading branch information
ito4303 committed Nov 14, 2018
1 parent 9b5f793 commit 6936dca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example3-1_model.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ model {
mu[i] <- beta + beta.1 * X1[i] +
beta.2 * X2[i] + e.B[B[i]]
}

# Prior of the random effect
for (i in 1:M) {
e.B[i] ~ dnorm(0, tau.B)
}
Expand Down
1 change: 1 addition & 0 deletions example3_model.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ model {
mu[i, j] <- beta + beta.1 * X1[i, j] +
beta.2 * X2[i, j] + e.B[i]
}
# Prior of the random effect
e.B[i] ~ dnorm(0, tau.B)
}

Expand Down

0 comments on commit 6936dca

Please sign in to comment.