Practice of Statistics in the Life Sciences
Practice of Statistics in the Life Sciences
4th Edition
ISBN: 9781319013370
Author: Brigitte Baldi, David S. Moore
Publisher: W. H. Freeman
Question
Book Icon
Chapter 11, Problem 11.50E

(a)

To determine

To make your own Normal quantile plot of the data in Group 3 for plots of forest that were logged 8 years earlier and first, sort and rank the data from smallest to largest, second, calculate z-scores for the adults and third, make a scatterplot of the number of trees per plot against their calculated z-scores.

(a)

Expert Solution
Check Mark

Explanation of Solution

In the question, the data is given that described of the effects of logging on counts in the Borneo rainforest as:

    Group 3
    18
    4
    22
    15
    18
    19
    22
    12
    12

Thus, firstly we will sort the data from smallest to largest by using excel. That is first we will select the data and click the sort and filter option and then select ascending order. Thus, the result will be as:

    Group 3
    4
    12
    12
    15
    18
    18
    19
    22
    22

Now we will use the R programming to construct the Normal quantile plot and scatterplot by using the codes as:

  G=c(18,4,22,15,18,19,22,12,12)z=qnorm(((1:9)0.5)/9)library(plotly)data=data.frame("No_of_trees"=G,"Normal_scores"=z)figg=plot_ly(data=data,x=~Normal_scores,y=~No_of_trees)figgplot(x=z, y=G,col="red",xlab="Normal_scores",ylab="No_of_trees",main="Normal Quantile Plot")qqnorm(data$No_of_trees,pch=1, frame=FALSE)qqline(data$No_of_trees,col="blue",lwd=2)

And the plots are as:

  Practice of Statistics in the Life Sciences, Chapter 11, Problem 11.50E , additional homework tip  1

The above plot is Normal quantile plot which shows the Normality of the data and in this we can see that the points are approximately in a straight line and increasing.

  Practice of Statistics in the Life Sciences, Chapter 11, Problem 11.50E , additional homework tip  2

This is the scatterplot of the data which shows the increasing nature of the graph and it is also in a straight line.

  Practice of Statistics in the Life Sciences, Chapter 11, Problem 11.50E , additional homework tip  3

(b)

To determine

To examine your Normal quantile plot for deviations from Normality and explain your conclusions.

(b)

Expert Solution
Check Mark

Explanation of Solution

In the question, the data is given that described of the effects of logging on counts in the Borneo rainforest as:

    Group 3
    18
    4
    22
    15
    18
    19
    22
    12
    12

Thus, from the scatterplot in the part (a), we can say that if Normal scores increases the number of trees will also increase. The points seem to fail about a straight line and the x-axis plots the theoretical quantiles. Those are the quantiles from the standard Normal distribution with mean zero and standard deviation one. And also all the points are very close to the line constructed in the plot and so the data shows Normality.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
Example 4 (Part 2) We can use Statkey to take 50 different random samples of size 20 each, find the mean of each sample, and compute a confidence interval for each one. The graph of the sampling distribution of the means is on the left below, and that of the 50 confidence intervals is on the right. 1. What does each dot on the left hand dotplot represent? StatKey Sampling Distribution for a Mean Percent with Internet Access (Countries) ▾ Show Data Table Edit Data Choose samples of size n = 20 Upload File Change Column(s) Generate 1 Sample Generate 10 Samples Generate 100 Samples Generate 1000 Samples Reset Plot Sampling Dotplot of Mean Left Tail Two-Tail Right Tail 60 50 40 40 30 20 20 10 samples = 50 mean = 41.626 std. error = 5.089 : .: : :: 0 25 30 35 40 45 50 55 60 41.626 Data Plots Confidence Intervals 95%-> Confidence Intervals Coverage 48/50 = 96% 20 40 60 80 2. Circle the confidence intervals that failed to capture the true mean. 3. Circle the sample means that produced those…
Example 4 (Part 1) One of the datasets in the Lock book contains information about 215 countries of the world. One of the variables is the percentage of people in the country who have access to the internet. We have data for 203 of those countries. The plot on the right shows a dotplot of the data. 1. What are the cases? Population n = 203, mean = 43.024 median = 43.5, stdev = 29.259 20 2. What does each dot on the dotplot represent? 15 10 5 20 40 43.024 60 80 3. What type of data is do we collect from the cases, quantitative or categorical?
Let x be a random variable that represents the percentage of successful free throws a professional basketball player makes in a season. Let y be a random variable that represents the percentage of successful field goals a professional basketball player makes in a season. A random sample of n =6 professional basketball players gave the following information.  x 63 79 70 80 84 87 y 46 49 45 55 57 58 ​ Find Se. Round your answer to three decimal places.
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
MATLAB: An Introduction with Applications
Statistics
ISBN:9781119256830
Author:Amos Gilat
Publisher:John Wiley & Sons Inc
Text book image
Probability and Statistics for Engineering and th...
Statistics
ISBN:9781305251809
Author:Jay L. Devore
Publisher:Cengage Learning
Text book image
Statistics for The Behavioral Sciences (MindTap C...
Statistics
ISBN:9781305504912
Author:Frederick J Gravetter, Larry B. Wallnau
Publisher:Cengage Learning
Text book image
Elementary Statistics: Picturing the World (7th E...
Statistics
ISBN:9780134683416
Author:Ron Larson, Betsy Farber
Publisher:PEARSON
Text book image
The Basic Practice of Statistics
Statistics
ISBN:9781319042578
Author:David S. Moore, William I. Notz, Michael A. Fligner
Publisher:W. H. Freeman
Text book image
Introduction to the Practice of Statistics
Statistics
ISBN:9781319013387
Author:David S. Moore, George P. McCabe, Bruce A. Craig
Publisher:W. H. Freeman