Skip to content

Introduction to Statistics in R

Run the hidden code cell below to import the data used in this course.


1 hidden cell

Take Notes

Add notes about the concepts you've learned and code cells with code you want to keep.

_rbinom, dbinom, pbinom

dbinom Binomial probability mass function (Probability function)

pbinom Binomial distribution (Cumulative distribution function)

qbinom Binomial quantile function

rbinom Binomial pseudorandom number generation

_

# Add your code snippets here