Skip to content
Prev 82501 / 398506 Next

R-how to group the data

Set Data the data frame of your data, it is straightforward to define x 
and y by
R> x <- Data[Data$type=="x",-1]
R> y <- Data[Data$type=="y",-1]

Best regards,,
Kristel
Subhabrata wrote: