Displaying 1 result from an estimated 1 matches for "fcgrain".
Did you mean:
pcgrain
2009 Dec 07
1
multiple plots using summary in rms package
...'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=F)
par(mfcol=c(1,2),oma=...