s-news
[Top] [All Lists]

anova(Terms, L...)

To: s-news@lists.biostat.wustl.edu
Subject: anova(Terms, L...)
From: "Francisco Vergara" <gerifalte28@hotmail.com>
Date: Tue, 23 Sep 2003 15:46:04 +0000
Hi

I have an lm object with 4 parameters Beta1+Beta2+Beta3+Beta 4 and I want to test wether 2 parameters are equal using a Wald test (basically b1=b2 or b1-b2 =0). The S-Plus help file describes that under ANOVA the optional arguments " Terms" or "L" test whether a linear combination is equal to 0. I tried;

   anova(m1, Terms = Beta1-Beta2=0) but I get the error:

Object " Beta1" must be assigned locally before replacement.

I also tried

   anova (m1, Terms = 1-2 = 0) and I get:


Invalid assginment: No object name : 1-2 = 0

What am I doing wrong? Any help will be greatly appreciated!

Thanks for your help!!

_________________________________________________________________
Instant message with integrated webcam using MSN Messenger 6.0. Try it now FREE! http://msnmessenger-download.com


<Prev in Thread] Current Thread [Next in Thread>
  • anova(Terms, L...), Francisco Vergara <=