s-news
[Top] [All Lists]

[S] Repeated Measures Analysis

To: s-news@wubios.wustl.edu
Subject: [S] Repeated Measures Analysis
From: Xiao Gang Su <xgsu@wald.ucdavis.edu>
Date: Tue, 30 May 2000 00:28:30 -0700 (PDT)
In-reply-to: <v04210105b538ad085f7a@[128.115.153.6]>
Sender: owner-s-news@wubios.wustl.edu

Hi, all,

I was trying to facilitate a repeated measures analysis on a simulated
data with Splus 2000. And I kept getting the error message as below. 
Is there anyone who can help me with the problem? 


> data.uni <- cbind(id = rep(1:4, rep(3, 4)), 
        time = rep(paste("time",1:3,sep=""), 4), 
        group = as.factor(rep(c(1, 2, 2, 3), rep(3, 4))), 
        y = rnorm(3 * 4))
> summary(aov(y ~ group * time + Error(id), data = data.uni))
Warning messages:
  Numerical expression has 48 elements: only the first used
Error: Object "id" not found

Thanks in advance for your help.

Regards,
Xiao-Gang Su

-----------------------------------------------------------------------
This message was distributed by s-news@wubios.wustl.edu.  To unsubscribe
send e-mail to s-news-request@wubios.wustl.edu with the BODY of the
message:  unsubscribe s-news

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