Author: "Thompson, David (MNR)" <david.thompson@mnr.gov.on.ca>
Date: Wed, 18 Jan 2006 12:56:18 -0500
I was trying to explain my use of residual diagnostic plots to a colleague when I realized that I do not have a handle on the use of the 'Response vs Fitted Values' plot. In trying to find an explan
Author: "Thompson, David (MNR)" <david.thompson@mnr.gov.on.ca>
Date: Wed, 25 Jan 2006 15:27:34 -0500
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 o
Author: "Thompson, David (MNR)" <david.thompson@mnr.gov.on.ca>
Date: Thu, 26 Jan 2006 16:02:30 -0500
Thank you Pravin, I now get the means tables but, no standard errors for unbalanced design. The output included the comments: "Standard error information not returned as design is unbalanced." "Stand
I am trying to construct an orthogonal polynomial matrix for a repeated measures analysis of variance with unequal time intervals. I have colleagues that know how to do so in SAS and I am trying to
There are likely non-numerical columns that must be exluded. Instead of, rowSums(dataframe), use rowSums(dataframe[,num_col_first:num_col_last]) DaveT.
Thank you to Richard Heiberger and Spencer Graves for very quick responses. The short answer is that this is indeed simply a side-effect of rounding. My original post with full answers inserted is l
Dear All, I have run a split-split-plot analysis of variance in the following manner: test <- aov(ht96 ~ trt + blk + stk + rep + tend + trt:stk + trt:tend + stk:tend + Error(trt:blk + stk:rep + tend:
I had responded to a reply from 'Richard M. Heiberger' without cc-ing the list. Here are my concerns raised by Rich's comments which follow his reply. DaveT. Which other features of "random" do you
suppose I have a factor with 4 levels: 'a','b','c','d'. I would like to do analysis of variance using aov() with the factor as independent variable. How can I specify the level "b" as the reference l