[R] how to fix a factor

Chuck Cleland ccleland at optonline.net
Fri Mar 19 17:56:56 CET 2004


Giampiero Salvi wrote:
> I created a data frame with three factors, plus the response that
> looks like this:
> 
> x1	x2	x3	y
> a	1	1	0.3
> a	2	1	0.1
> b	1	1	0.4
> c	4	3	0.1
> ...
> 
> I would like to analise the effect of two of them, keeping the third fixed
> (I already know the effect of the last). The reason why I don't create several
> data frames for each value of the thirs factor is simply convenience (I'd like
> to be able to decide which factor I want to rule out)

boxplot(y ~ x1 + x2, data = mydata[mydata$x3==1,])

-- 
Chuck Cleland, Ph.D.
NDRI, Inc.
71 West 23rd Street, 8th floor
New York, NY 10010
tel: (212) 845-4495 (Tu, Th)
tel: (732) 452-1424 (M, W, F)
fax: (917) 438-0894




More information about the R-help mailing list