[R] auto regression

2009-12-28 Thread Gavriel & Esti Zoladz
I need to check if there is an auto regression in the data that I have. I did find 'R functions for regression analysis', but I can't find the 'right' one for me in there. What would be the correct command to use in this case? Thanks, EZ [[alternative HTML version deleted]]

Re: [R] (auto)regression

2009-12-22 Thread Gavin Simpson
On Tue, 2009-12-22 at 15:30 +0100, Gavriel & Esti Zoladz wrote: > 1) I want to calculate a regression, but when I enter > > lm(formula=KS~libor+adj.close) I only get the following: > > Call: > lm(formula = KS ~ libor + adj.close) > Coefficients: > (Intercept)liboradj.close > -56.3866

[R] (auto)regression

2009-12-22 Thread Gavriel & Esti Zoladz
1) I want to calculate a regression, but when I enter > lm(formula=KS~libor+adj.close) I only get the following: Call: lm(formula = KS ~ libor + adj.close) Coefficients: (Intercept)liboradj.close -56.38666 55.39709 -0.01836 I don't get the estimated standard deviation, error