Displaying 1 result from an estimated 1 matches for "wrslist".
2005 Sep 12
3
Covert list of list to dataframe for export or outputting by(test) output
...by(AKCCR, AKCCR$Compound.Name, function(AKCCR) t.test(AdjRes ~
ExposureUnit, data = AKCCR))
WRS <- by(AKCCR, AKCCR$Compound.Name, function(AKCCR) wilcox.test(AdjRes
~ ExposureUnit, data = AKCCR))
#just one of many attempts to get the output into a form I can write to
a file and import into excel
WRSlist <- cbind(WRS)
WRSFinal <- data.frame(WRSlist)
Michael Bock, PhD.
ENVIRON International Corporation
477 Congress Street, Fifth Floor
Portland, ME 04101
phone: 207.523.3469
fax: 207.773.8597
[[alternative HTML version deleted]]