50381
Dallas, TX 75275
214-768-4494
http://www.hlm-online.com/
*
-Original Message-
From: Henrique Dallazuanna [mailto:[EMAIL PROTECTED]
Sent: Friday, August 15, 2008 3:24 PM
To: Roberts, Kyle
Cc: r-help@r-project.org
Subject: Re: [R] Ex
Dear All,
I want to extract the original dataset from a lm output. I know that I
can get most of it from
model.matrix(lm.out)
but I need the dependent variable to be in the first column. Any ideas?
Thanks,
Kyle Roberts
__
R-help@r-project.org mailing
Dear All,
How come par(mfrow=c(1,2)) works with boxplot, but not with bwplot?
This works
par(mfrow=c(1,2))
boxplot(dv~index, depend)
boxplot(dv~index, depend2)
This does not work
par(mfrow=c(1,2))
bwplot(index~dv, depend)
bwplot(index~dv, depend2)
Thanks,
Kyle
***
3 matches
Mail list logo