s-news
[Top] [All Lists]

Re: Alternative to model.tables.aov?

To: "Thompson, David (MNR)" <david.thompson@mnr.gov.on.ca>
Subject: Re: Alternative to model.tables.aov?
From: Pravin Jadhav <pravinj@gmail.com>
Date: Thu, 26 Jan 2006 13:39:14 -0500
Cc: s-news <s-news@lists.biostat.wustl.edu>
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=cZAsXjjaMW2HElWQJ4J2OKocXQ2qMayol6ZIWmd86LWJiPv0njdFDhLsoCkraxC0wFbEFkHbUU9+icsm5T4QhB9brUuhLbZBx83Hf5I2uaS6WK7QmlDDQ1BVMeeJI58NCVbTZyS/j+bIw9igT9TXQcyeiVc+uEikoQdwvL44Mf0=
In-reply-to: <327C2434A3DA2D4CB61554D644BAE48B03EDE9C6@LRCPSSMBMXMB001.lrc.ad.gov.on.ca>
References: <327C2434A3DA2D4CB61554D644BAE48B03EDE9C6@LRCPSSMBMXMB001.lrc.ad.gov.on.ca>
Dave,
 
I had similar problem last week with model.tables  and I learned that the problem is a result of the line of code 'oldClass(ctable) <- "table"' in print.tables.aov():
..
names(dimnames(ctable)) <- names(dimnames(table))
assign("ctable", ctable, where = 1)
#PROBLEM WITH LINE BELOW
oldClass(ctable) <- "table"
print(ctable, digits = digits, NA.fill= NA.fill, NaN.fill = NaN.fill,
...)
..
(supposedly this a bug)
I could resolve it after contacting the customer service. If you comment out that line, the code will run. 
 
Pravin


 
On 1/25/06, Thompson, David (MNR) <david.thompson@mnr.gov.on.ca > wrote:
Hello,

How does one extract means and standard errors from a
split-plot model that happens to be unbalanced?

Thanks, DaveT.
**********************************************************
Silviculture Data Analyst
Ontario Forest Research Institute
Ontario Ministry of Natural Resources
Sault Ste. Marie, Ontario, Canada
david.thompson@mnr.gov.on.ca
**********************************************************
--------------------------------------------------------------------
This message was distributed by s-news@lists.biostat.wustl.edu.  To
unsubscribe send e-mail to s-news-request@lists.biostat.wustl.edu with
the BODY of the message:  unsubscribe s-news

<Prev in Thread] Current Thread [Next in Thread>