Question

3. An ecologist studied the spatial distribution of tree species in a wooded area. From a total area of 21 acres, he randomly

0 0
Add a comment Improve this question Transcribed image text
Answer #1

mop Pruned. 29 26 63 29 29 A 5514A imila 144 0.3699

The odds ratio is less than 1. Hence, the present of Hickories is better than absent.

d)

## R command

Input =("
Injection.area Present Absent   
Present 26 63
Absent 29 26
")

Matrix = as.matrix(read.table(textConnection(Input),
header=TRUE,
row.names=1))
fisher.test(Matrix,conf.int=TRUE)

########

## Output

> Input =("
+ Injection.area Present Absent   
+ Present 26 63
+ Absent 29 26
+ ")
>
> Matrix = as.matrix(read.table(textConnection(Input),
+ header=TRUE,
+ row.names=1))
> fisher.test(Matrix,conf.int=TRUE)

Fisher's Exact Test for Count Data

data: Matrix
p-value = 0.007783
alternative hypothesis: true odds ratio is not equal to 1
95 percent confidence interval:
0.1733713 0.7893954
sample estimates:
odds ratio
0.3727507
###

Interpretation: The p-value is 0.007783 and less than 0.05. Hence, we can conclude that there is a significant association between Maples and Hickories at the 0.05 significance level.

Add a comment
Know the answer?
Add Answer to:
3. An ecologist studied the spatial distribution of tree species in a wooded area. From a total area of 21 acres, he randomly selected 144 quadrats (plots), each 38 feet square, and noted the presenc...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT