Displaying 1 result from an estimated 1 matches for "sumfc".
Did you mean:
sumc
2009 Dec 07
1
multiple plots using summary in rms package
...out rms I am missing.
I'd be happy to provide some data if that would help.
Any guidance would be greatly appreciated.
Thanks,
Mike Babyak
Duke University Medical Center
########################################################
#summary of dietary variables broken out by Groups A, B, and C
sumfc<-summary(Group~fcgrain+fcveg+fcfruit+fcmeat+fcdairy+fcnsl+
fcfat+fcsatfat+fcsweet+fcsod,
method='reverse', overall=F, test=F)
sumpc<-summary(Group~pcgrain+pcveg+pcfruit+pcmeat+pcdairy+
pcnsl+pcfat+pcsatfat+pcsweet+pcsod,
method='reverse', overall=F, test...