n <- 1:20 | |
den <- dpois(n, 3) | |
plot(den, xlab = "Outcome", ylab = "Density") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
n <- 1:20 | |
den <- dpois(n, 3) | |
plot(den, xlab = "Outcome", ylab = "Density") |