Skip to content

Cannot grasp how to apply "by" here...

1 message · Jonas Malmros

#
Dear Charilaos,
Thanks, I see what you mean, but I just simplified the real code here
and I made a mistake by putting +2, it is +1. :-)

JM
On Dec 17, 2007 8:02 PM, Charilaos Skiadas <cskiadas at gmail.com> wrote:
> On Dec 17, 2007, at 1:47 PM, Jonas Malmros wrote:
>
 > > factor.names <- c("Factor1", "Factor2")
 > > factor.pvalue <- c("SigF1", "SigF2")
 > > results <- numeric()
 > > vector <- matrix(0, ncol=(length(factor.names)*2+2), nrow=1)
 > > colnames(vector) <- c("No.obs", factor.names, factor.pvalue)
 >