Introduction to Statistics in R
  • AI Chat
  • Code
  • Report
  • Beta
    Spinner

    Introduction to Statistics in R

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

    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