PDA

View Full Version : Linear Regression Model Help



alan4cult
03-06-2009, 04:51 PM
Hi, I don't really understand how I go about this problem. I understand regression but I need a little help here.

Question:
Reaction time to a stimulus (y seconds) is believed to be related to the amount of the drug in the bloodstream (x%) by a simple linear regression model where

E(y) = -0.1 + 0.8x
with σ = 0.2

What proportion of individuals with 4% of the drug in the bloodstream will have a reaction time in excess of 3 seconds?

Well, so far I have substituted in (x = 4) into the equation to get

E(y) = 3.1

I'm not sure how to calculate the proportion. Could somebody help me?

alan4cult
04-29-2009, 09:22 PM
I'm still stuck with this anyone?

CowboyBear
04-29-2009, 09:36 PM
Hi Alan,

It looks to me like a basic z-value problem. Given an expected value/mean of 3.1 and a standard deviation of 0.2, 0.691 of normally distributed responses will be above 3. I used this (http://davidmlane.com/hyperstat/z_table.html) normal distribution value calculator.

Does that make sense?