Question
2. Vocabulary and R functions We are now covering material that is not common knowledge, and it is now very important to include citations when
2. Vocabulary and R functions
We are now covering material that is not common knowledge, and it is now very important to include citations when you use an idea from another source (book, Internet, etc). Be sure to add a citation and reference entry for the definition questions below.
a) What is an exponential distribution (include an APA citation)? ___________________________
b) When would you use an exponential distribution? ________________________
c) What is a binomial distribution (include an APA citation)?_______________________
d) When would you use a binomial distribution? ___________________
3. Task
Run these commands in R, then use your own words to describe what the resulting numbers represent. You can get some information about the functions by using the help commands in R (such as ?pbinom to get information about the pbinom() command in R):
a) pbinom(q=5, size=10, prob=1/6)
b)
n=10 p=.5 x=9 pbinom(x, n, p)
c) punif(5, min=1, max=10) - punif(4, min=1, max=10)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started