R language and R studio #######code in R # Run a two sample hypothesis test. # We want to know if there is evidence the mean uptake # value for the nonchilled treatment is greater than the # mean uptake value for the chilled treatment. ############## use the CO2 data set #### Note: Use CO2 and not co2. #### co2 is a simple vector of numbers # Use 4% for the significance level help(CO2) ### provides documentation of the data set. # show work below for your hypothesis test # # What is the null hypothesis? # # What is the p-value of the test? # # Do you reject the null hypothesis? # Aside from the yes or no answer, give a reason # for your answer. #
Compound Probability
Compound probability can be defined as the probability of the two events which are independent. It can be defined as the multiplication of the probability of two events that are not dependent.
Tree diagram
Probability theory is a branch of mathematics that deals with the subject of probability. Although there are many different concepts of probability, probability theory expresses the definition mathematically through a series of axioms. Usually, these axioms express probability in terms of a probability space, which assigns a measure with values ranging from 0 to 1 to a set of outcomes known as the sample space. An event is a subset of these outcomes that is described.
Conditional Probability
By definition, the term probability is expressed as a part of mathematics where the chance of an event that may either occur or not is evaluated and expressed in numerical terms. The range of the value within which probability can be expressed is between 0 and 1. The higher the chance of an event occurring, the closer is its value to be 1. If the probability of an event is 1, it means that the event will happen under all considered circumstances. Similarly, if the probability is exactly 0, then no matter the situation, the event will never occur.
R language and R studio
#######code in R
# Run a two sample hypothesis test.
# We want to know if there is evidence the mean uptake
# value for the nonchilled treatment is greater than the
# mean uptake value for the chilled treatment.
############## use the CO2 data set
#### Note: Use CO2 and not co2.
#### co2 is a simple
# Use 4% for the significance level
help(CO2) ### provides documentation of the data set.
# show work below for your hypothesis test
# <your work here>
# What is the null hypothesis?
# <your answer here>
# What is the p-value of the test?
# <your answer here>
# Do you reject the null hypothesis?
# Aside from the yes or no answer, give a reason
# for your answer.
# <your answer here>
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 4 images