Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avehtari committed Feb 8, 2018
1 parent 06cc0b2 commit ed9c72d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions demos_ch10/demo10_3.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ library(tidyr)
library(MASS)
library(loo)

#' ### Grid sampling for Bioassay model.

#' Bioassay data, (BDA3 page 86)
df1 <- data.frame(
x = c(-0.86, -0.30, -0.05, 0.73),
n = c(5, 5, 5, 5),
y = c(0, 1, 3, 5)
)

#' ### Grid sampling for Bioassay model.

#' Compute the posterior density in a grid
#'
#' - usually should be computed in logarithms!
Expand Down
12 changes: 6 additions & 6 deletions demos_ch10/demo10_3.html

Large diffs are not rendered by default.

0 comments on commit ed9c72d

Please sign in to comment.