Displaying 1 result from an estimated 1 matches for "rendements_cac40".
2009 Oct 13
2
Linear Regression Question
Dear Sir or Madam,
I am a student at MSc Probability and Finance at Paris 6 University/
Ecole Polytechnique. I am using R and I can't find an answer to the
following question. I will be very thankful if you can answer it.
I have two vectors rendements_CAC40 and rendements_AlcatelLucent.
I use the lm function as follows, and then the sumarry function:
regression=lm(rendements_CAC40 ~ rendements_AlcatelLucent);
sum=summarry(regression);
I obtain:
Call:
lm(formula = rendements_CAC40 ~ rendements_AlcatelLucent)
Residuals:
Min 1Q Median...