Question

In: Statistics and Probability

The article “Estimating Population Abundance in Plant Species With Dormant Life-Stages: Fire and the Endangered Plant...

The article “Estimating Population Abundance in Plant Species With Dormant Life-Stages: Fire and the Endangered Plant Grevillea caleye R. Br.” (T. Auld and J. Scott, Ecological Management and Restoration, 2004:125-129) presents estimates of population sizes of a certain rare shrub in areas burnt by fire. The following table presents population counts and areas (in m^2) for several patched containing the plant:

Area

Population

Area

Population

3739

3015

2521

707

5277

1847

213

113

400

17

11958

1392

345

142

1200

157

392

40

12000

711

7000

2878

10880

74

2259

223

841

1720

81

15

1500

300

33

18

228

31

1254

229

228

17

1320

351

10

4

1000

92

  1. Create a scatter plot for the two variables, does there seem to be a linear relationship? (Do this scatter plot by hand)
  2. Compute the least-square line. (show your work for the sum of squares, slope and intercept)
  3. The scatter plot done in part a) is based on the model form y(hat)=a+bx. Create a scatter plot of y versus lnx. What do you notice? (Note: you can find ln y and x using excel, but show your values. Do this scatter plot by hand)
  4. In part c), the data is considered to be “transformed”. Of this “transformed” data, compute the least-square line for predicting lny from lnx. (show all your work)
  5. In part c), the data is considered to be “transformed”. Of this “transformed” data, calculate the value of Pearson’s correlation coefficient and interpret your value. Also, calculate the value of Pearson’s correlation coefficient of the original data, interpret your result. (show all your work by hand)
  6. Calculate the proportion of observed variation in “y” for the original data. Explain your result. (show your work for SSE)
  7. Calculate the residuals of this original data using Microsoft Excel (Print off your residual values in excel). Create a residual plot by hand. Comment on your plot.

Solutions

Expert Solution

a) Create a scatter plot for the two variables, does there seem to be a linear relationship? (Do this scatter plot by hand)

data=read.csv('data.csv')
#install.packages("ggplot2")
library(ggplot2)
ggplot(data, aes(x=data$Area , y=data$Population)) +
geom_point()

b) Compute the least-square line. (show your work for the sum of squares, slope and intercept)

ggplot(data, aes(x=data$Area , y=data$Population)) +
geom_point()+
geom_smooth(method=lm, se=FALSE)

c)

The scatter plot done in part a) is based on the model form y(hat)=a+bx. Create a scatter plot of y versus lnx. What do you notice? (Note: you can find ln y and x using excel, but show your values. Do this scatter plot by hand)

ggplot(data, aes(x=log(data$Area) , y=data$Population)) +
geom_point()+
geom_smooth(method=lm, se=FALSE)

We observe that this model is a better fit for the data than the earlier one.

d) In part c), the data is considered to be “transformed”. Of this “transformed” data, compute the least-square line for predicting lny from lnx. (show all your work)

Solution:

model<-lm(formula= log(Population)~log(Area),data = data)
summary(model)
model


Related Solutions

You are studying two endangered species – one is a small flowering plant and the other...
You are studying two endangered species – one is a small flowering plant and the other is a rare lizard. Explain what method you would use to estimate the population size of each, and why. What type of population dynamics and growth models would you expect in each of these populations, and why? I'm stuck with is question and it is due tomorrow by 12pm
Applications of Evolution to Real Life Cheetahs are currently listed on the endangered species list, and...
Applications of Evolution to Real Life Cheetahs are currently listed on the endangered species list, and by some estimates, there are less than 100 animals left in the wild. Perhaps the greatest problem with preserving the cheetah species is that these animals are now almost genetically identical to one another (due to the bottleneck effect). A) What are the problems associated with having such low genetic diversity? B) Because of this problem, many biologists think that cheetahs are doomed to...
Pine rockland is an endangered ecosystem found only in South Florida. Invasive plant species threaten pine...
Pine rockland is an endangered ecosystem found only in South Florida. Invasive plant species threaten pine rockland by out competing the native plants and providing no nutritional value to native wildlife. The largest tract of pine rockland in Everglades National Park is at Long Pine Key. Scientists with the National Park Service are interested in knowing how effective different frequencies of prescribed burns are at removing invasive plant species. They measured the density (individuals/m2) of invasive plant species in an...
Suppose you were given the task of estimating the density of two plant species in a...
Suppose you were given the task of estimating the density of two plant species in a field. Based on the life histories of the two species, you expect that the spatial dispersion of one species is approximately uniform, whereas the other is likely to be clumped. How might your approach to estimating the density of these two species differ?
4. Numerous historically widespread species have become critically endangered due to reduction in population sizes associated...
4. Numerous historically widespread species have become critically endangered due to reduction in population sizes associated with human induced habitat fragmentation. As a conservation geneticist, plan an experiment to assess the genetic effects of habitat fragmentation and population size reduction of an endangered species. Discuss the methodology (including choice of genetic markers), expected data, methods of analysis and conservation recommendations.?
in a schematic presentation show how the stages of the life cycle of a soybeans plant...
in a schematic presentation show how the stages of the life cycle of a soybeans plant cultivated in the North East Region
Problem III. A very large population of a flowering plant species occurs in a lowland meadow....
Problem III. A very large population of a flowering plant species occurs in a lowland meadow. A small population of the same species occurs on a remote mountainous region more than 200 km away. You collect seeds and raise several plants from each population in the same greenhouse. You measure flower size on plants of each population and find the following: Mountainous region: mean flower diameter = 1.2 cm Lowland meadow: mean flower diameter = 5.2 cm Now on a...
Chapter 29 1. Describe how the sporophyte and gametophyte stages of a plant life cycle differ....
Chapter 29 1. Describe how the sporophyte and gametophyte stages of a plant life cycle differ. 2. Explain why most bryophytes grow close to the ground. 3. Explain why seedless vascular plants are commonly found in damp habitats. Chapter 30 1. Explain how climatic changes with the formation of the supercontinent Pangaea favored the spread of gymnosperms. 2. Explain why pollen grains were an important adaptation for successful reproduction. Chapter 35 1. Explain this statement: “In contrast to most animals,...
According to Taylor, every "organism, species, population, and community of life has a good of its...
According to Taylor, every "organism, species, population, and community of life has a good of its own." What does he mean by that claim? What relevance does it have for environmental ethics,,,, in seven sentence.
How would you calculate the population size of a species of plant? How would you calculate...
How would you calculate the population size of a species of plant? How would you calculate the population size of a species of mice? Practice: A biologist originally marked 40 butterflies in a park. Over a period of 30 days, butterfly traps caught 200 butterflies. Of the 200 captured, 8 were found to have tags. Based on this information, what is the estimated population size of the butterflies in the Park?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT