Created
October 7, 2019 17:45
-
-
Save monogenea/df07208c20a045c27afb9b37d2a7bed9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lik <- dbinom(x = 8, prob = rangeP, size = 10) | |
prior <- dnorm(x = rangeP, mean = .5, sd = .1) | |
lines(rangeP, lik * prior, col = "green") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment