Skip to content

output Shapiro-Wild results to a table

3 messages · Mary Ann Middleton, R. Michael Weylandt, Jorge I Velez

#
I'd loop (possibly but not necessarily with *apply) over F1.norm and
get the results directly before returning. E.g.,

lapply(F1.norm, function(x) c(x$p.value, x$statistic))

Michael
On Wed, May 2, 2012 at 1:45 PM, Mary Ann Middleton <maberg at sfu.ca> wrote: