Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exercise 3 Use the power.t.test() function to estimate the sample sizes for a two-sample t test comparing mean CO levels. Use a delta of

Exercise 3 Use the power.t.test() function to estimate the sample sizes for a two-sample t test comparing mean CO levels. Use a delta of 5ppm, sig. level (alpha) of 0.05, and power of 0.95. Make two estimates one with the point estimate of the sample variance, and another with the upper confidence limit. In each case, how large should each sample interval be? (remember the "round up" rule) power. t.test(n-NULL, delta-5, sd-sqrt(var (pilot.data)), sig.level-0.05, power-0.95, alternative "two.sided") #why 2-sided? #don't forget the second estimate Write tho Roport YOUR TURN The Problem Is atmosphenc CO concentration increasing? Short term trends can be misleading, so it might be more credible to compare the means of widely separated intervals, using a two-sample t test. How large should those intervals be to get a significant result? Estimate the sample sizes in two steps use "pilot study data to calculate an interval estimate of variance use the upper confidence limit of the sample variance to estimate sample sizes Get a Sample Exercise 1 Use the first two years of monthly observations from the coz data frame as your pilot study sample. What is the point estimate of the sample variance? pilot.data

Step by Step Solution

3.41 Rating (151 Votes )

There are 3 Steps involved in it

Step: 1

Given that the delta5 the level of significance is5005 the power is095 the alternative is ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Applied Statistics From Bivariate Through Multivariate Techniques

Authors: Rebecca M. Warner

2nd Edition

141299134X, 978-1412991346

More Books

Students also viewed these Accounting questions

Question

1. Walk to the child, look into his or her eyes.

Answered: 1 week ago