Question

In: Statistics and Probability

Must be calculated in R In twenty prey visits on carnivorous plants, if the probability of...

Must be calculated in R

In twenty prey visits on carnivorous plants, if the probability of a capture in one visit is 0.2, what is the probability to have 3 to 6 captures ,
or P(3 less or equal than X less or equal than 6).

Solutions

Expert Solution

Solution:

Given ,

p = 0.2

n = 20

X follows Binomial(20 , 0.2)

Find P(3 less or equal than X less or equal than 6) i.e. P(3 X 6)

P(3 X 6) = P(X = 3) + P(X = 4) + P(X = 5) + P(X = 6)

Use R software.

> dbinom(3, size=20, prob=0.2) +
+ dbinom(4, size=20, prob=0.2) +
+ dbinom(5, size=20, prob=0.2) +
+ dbinom(6, size=20, prob=0.2)

[1] 0.6472

Or we can find this using cumulative probability function.

P(3 X 6) = P(X 6) - P(X 3) + P(X = 3)

> pbinom(6, size=20, prob=0.2) - pbinom(3, size=20, prob=0.2) + dbinom(3, size=20, prob=0.2)

[1] 0.64722


Related Solutions

*Respond must be a Minimum of 400 words* 1. Prey and hosts have evolved a wide...
*Respond must be a Minimum of 400 words* 1. Prey and hosts have evolved a wide range of defensive strategies against predators and parasites over time. Explain at least three of these defensive strategies in detail, noting their benefits and giving an example of a species which utilizes each. 2. Discuss how coevolution becomes a factor for species involved in predator-prey or parasite-host relationships.
A group of twenty-seven people is selected at random. What is the probability that at least...
A group of twenty-seven people is selected at random. What is the probability that at least two of them will have the same birthday? (Round your answer to four decimal places.)
The probability that a patient recovers from a disease is R%. If R − 10 persons...
The probability that a patient recovers from a disease is R%. If R − 10 persons are affected from the disease find the probability that: a) At least 5 persons recover from the disease. b) At most 7 persons recover from the disease. c) Between 5 to 10 persons recover from the disease. R=81
Part 2– R work (must be done in R) Copy and paste your R code and...
Part 2– R work (must be done in R) Copy and paste your R code and output into a word document, along with your written answers to the questions, and upload to Canvas.   Follow these instructions to import the necessary dataset: Before opening the dataset needed for this problem, you’ll need to call the “car”package.  Run the following line of code: > library(car) Now you can import the “Prestige” dataset and use it to answer the question below. Name the data...
A probability density function on R is a function f :R -> R satisfying (i) f(x)≥0...
A probability density function on R is a function f :R -> R satisfying (i) f(x)≥0 or all x e R and (ii) \int_(-\infty )^(\infty ) f(x)dx = 1. For which value(s) of k e R is the function f(x)= e^(-x^(2))\root(3)(k^(5)) a probability density function? Explain.
1. A city has calculated the probability of having a significant rupture in a year: p...
1. A city has calculated the probability of having a significant rupture in a year: p = 0.02. This probability remains fixed from year to year, independent of whether there was a rupture in a preceding year. The city has asked you to determine the following (for each question be sure to specify what probability model you are using and justify the choice.) a. The probability that the rupture will occur in the 4th year. b. The expected number of...
Please Provide R code as well Use R to find probability (p-value). Find probability P(X>12.3), where...
Please Provide R code as well Use R to find probability (p-value). Find probability P(X>12.3), where X follows F-distribution with degree of freedom in numerator 4 and degree of freedom in numerator 10.
I have an assignment that must be done on R/R studio R/RStudio - Chapter 4- Correlation...
I have an assignment that must be done on R/R studio R/RStudio - Chapter 4- Correlation and Regression Step 1 – Download and Install the R/RStudio software on your computer. The link and instructions to do that are on Blackboard under Course Information. Step 2 – Access the Data Sets in MyLab through StatCrunch. In chapter 4, a data set called “Used BMW prices 2017” is what we’ll use. Step 3 – When you open the data set in StatCrunch,...
I have calculated a probability of type two error at alpha 0.1 as 0.05730834612602564 and 0.05...
I have calculated a probability of type two error at alpha 0.1 as 0.05730834612602564 and 0.05 as 0.11282997108101914. From these values how would i conclude the sampling method is good enough to reduce the effort(in my problem statement) How should i interpret the value of chi square test, where the result is statistic=15.066337549525954, pvalue=0.019746985983350823
Which of the following is wrong? a)The p-value is a probability. b)The p-value is calculated assuming...
Which of the following is wrong? a)The p-value is a probability. b)The p-value is calculated assuming that the null hypothesis is true. c)The p-value is the probability that H0 is true. d)The p-value can be different for different samples in the same test.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT