Created
October 7, 2019 17:43
-
-
Save monogenea/b9bd30d55bb60b1f83d40046a9654035 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
rangeP <- seq(0, 1, length.out = 100) | |
plot(rangeP, dbinom(x = 8, prob = rangeP, size = 10), | |
type = "l", xlab = "P(Black)", ylab = "Density") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment