s-news
[Top] [All Lists]

plotting a Grouped Data object

To: s-news@lists.biostat.wustl.edu
Subject: plotting a Grouped Data object
From: Karin <twentestat@yahoo.com>
Date: Mon, 10 Jul 2006 04:04:04 -0700 (PDT)
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=oyE7XCSxer+dqZXAP0kMEp4c79CqMBoqnoeMivjdhjrQRMKBxTWrDGxyuZhtcY8wXHddHSggb5+sbnpNUmyV7KVfxyrG9rlLFHUSq99R3i/iusUdzIIIIxnAdSHO6tuGLeHKhFtXmIHgmfuazmFY9OrslW6mG25+wg73OXPvXdo= ;
Hello,
 
I am trying to plot data from a GroupedData object. I have one inner factor, named factor1, so I want for all subjects a plot with two lines in it (for each level of the inner factor one).
I thought that is automaticaly should plot the two lines with different styles (e.g. lty=1 and lty=2). However that is  not the case.
What do I have to add to plot two lines with different styles?
 
The commands till so far are:
 
temp<-groupedData(y~x|subject,data="">
plot(temp,inner=~factor1,ylab="y",xlab="Part",ylim=c(0,4.5))
 
Thanks in advance,
 
Karin


Sneak preview the all-new Yahoo.com. It's not radically different. Just radically better.
<Prev in Thread] Current Thread [Next in Thread>
  • plotting a Grouped Data object, Karin <=