tolga.i.uzuner at jpmorgan.com
2008-Jun-17 15:12 UTC
[R] Problems with Cochrane-Orcutt procedures
Hi John, Hi Folks/Prof. Fox, I found some code John Fox had written sometime back on the Cochrane-Orcutt and Prais procedures here: https://stat.ethz.ch/pipermail/r-help/2002-January/017774.html I thought I would try it out and get the following errors below. Was wondering if anyone had any immediate opinions why this might be ? The linear model is the object regrCMSlm . Thanks, Tolga> regrCMSlmCall: lm(formula = regrCMS[, 1] ~ regrCMS[, 2]) Coefficients: (Intercept) regrCMS[, 2] 25.7067 -0.3409> summary(regrCMSlm)Call: lm(formula = regrCMS[, 1] ~ regrCMS[, 2]) Residuals: 09/20/07 11/28/07 02/01/08 04/09/08 06/16/08 10.0593 0.3588 -1.1459 0.1340 -9.8520 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) 25.70673 0.85300 30.14 <2e-16 *** regrCMS[, 2] -0.34092 0.02205 -15.46 <2e-16 *** --- Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 Residual standard error: 2.746 on 187 degrees of freedom Multiple R-squared: 0.561, Adjusted R-squared: 0.5587 F-statistic: 239 on 1 and 187 DF, p-value: < 2.2e-16> cochrane.orcutt(regrCMSlm)Error in model.frame.default(formula = y ~ X - 1, drop.unused.levels = TRUE) : variable lengths differ (found for 'X')> prais.winsten(regrCMSlm)Error in model.frame.default(formula = y ~ X - 1, drop.unused.levels = TRUE) : variable lengths differ (found for 'X')>Generally, this communication is for informational purposes only and it is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. In the event you are receiving the offering materials attached below related to your interest in hedge funds or private equity, this communication may be intended as an offer or solicitation for the purchase or sale of such fund(s). All market prices, data and other information are not warranted as to completeness or accuracy and are subject to change without notice. Any comments or statements made herein do not necessarily reflect those of JPMorgan Chase & Co., its subsidiaries and affiliates. This transmission may contain information that is privileged, confidential, legally privileged, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. Although this transmission and any attachments are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by JPMorgan Chase & Co., its subsidiaries and affiliates, as applicable, for any loss or damage arising in any way from its use. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. Please refer to http://www.jpmorgan.com/pages/disclosures for disclosures relating to UK legal entities. [[alternative HTML version deleted]]
Dear Tolga, I'm afraid that I don't see an error. (I expect in any event that the Cochrane-Orcott and Prais estimators are now only of historical interest.) Regards, John ------------------------------ John Fox, Professor Department of Sociology McMaster University Hamilton, Ontario, Canada web: socserv.mcmaster.ca/jfox> -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]On> Behalf Of tolga.i.uzuner at jpmorgan.com > Sent: June-17-08 11:13 AM > To: r-help at r-project.org > Subject: [R] Problems with Cochrane-Orcutt procedures > > Hi John, > > Hi Folks/Prof. Fox, > > I found some code John Fox had written sometime back on theCochrane-Orcutt> and Prais procedures here: > https://stat.ethz.ch/pipermail/r-help/2002-January/017774.html > > I thought I would try it out and get the following errors below. Was > wondering if anyone had any immediate opinions why this might be ? > > The linear model is the object regrCMSlm . > > Thanks, > Tolga > > > regrCMSlm > > Call: > lm(formula = regrCMS[, 1] ~ regrCMS[, 2]) > > Coefficients: > (Intercept) regrCMS[, 2] > 25.7067 -0.3409 > > > summary(regrCMSlm) > > Call: > lm(formula = regrCMS[, 1] ~ regrCMS[, 2]) > > Residuals: > 09/20/07 11/28/07 02/01/08 04/09/08 06/16/08 > 10.0593 0.3588 -1.1459 0.1340 -9.8520 > > Coefficients: > Estimate Std. Error t value Pr(>|t|) > (Intercept) 25.70673 0.85300 30.14 <2e-16 *** > regrCMS[, 2] -0.34092 0.02205 -15.46 <2e-16 *** > --- > Signif. codes: 0 b