| 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, |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Calculating Averages for several, Richard M. Heiberger |
|---|---|
| Next by Date: | Re: Calculating Averages for several combinations, Tim Hesterberg |
| Previous by Thread: | Alternative to model.tables.aov?, Thompson, David (MNR) |
| Next by Thread: | Re: Alternative to model.tables.aov?, Thompson, David (MNR) |
| Indexes: | [Date] [Thread] [Top] [All Lists] |