[R] drop elements of vector by class

E. Michael Foster foster at pop.psu.edu
Fri Jun 17 16:57:35 CEST 2005


i'm trying to build a little summary table for the contents of a data frame.

t<-sapply(macro, data.class)
c<-sapply(macro, length)
m<-sapply(macro, mean, na.rm=T, digits=2)
cbind(type=t, n=c , mean=m)

I want to drop the variables that are factors so I can include -max- and 
-min- in my table.
-macro- contacts the data--how do I drop the variables according to their 
data.class

thanks,
michael foster




________________________________________________
E. Michael Foster
(W) 814-865-1923
(Fax) 814-863-0000

After 7/1

Work:
Professor of Maternal and Child Health
School of Public Health
University of North Carolina, Chapel Hill
Rosenau Hall, CB# 7445
Chapel Hill, NC 27599-7445

Home:
309 Old Larkspur Way
Chapel Hill, NC  27516


UNC School of Public Health--voted #2 SPH by
         . US News
         . Association of Hand-to-Fin Carp Fisherman
         . Iron Chef (not to be confused with the Iron Dukes!)




More information about the R-help mailing list