Displaying 3 results from an estimated 3 matches for "post5".
Did you mean:
post
2004 Sep 26
0
FreeBSD Security Advisory FreeBSD-SA-02:21.tcpip
...figuration :)
Return-Path: <David.Bear@asu.edu>
Delivered-To: rohrbach@mail.webmonster.de
Received: (qmail 56434 invoked by uid 801); 24 Sep 2004 15:51:37 -0000
Delivered-To: vrohrbach-karsten@rohrbach.de
Received: (qmail 56429 invoked from network); 24 Sep 2004 15:51:36 -0000
Received: from post5.inre.asu.edu (129.219.110.120)
by mail.webmonster.de with SMTP; 24 Sep 2004 15:51:36 -0000
Received: from conversion.post5.inre.asu.edu by asu.edu (PMDF V6.1-1X6 #30769)
id <0I4J00A01YI3KS@asu.edu> for karsten@rohrbach.de; Fri,
24 Sep 2004 08:46:51 -0700 (MST)
Received: from smtp.asu.edu...
2010 Aug 24
0
SAMR for paired samples
...he options 'One Sample paired' is for testing the differences
directly (d1, d2,...), I suppose.
The source code is
*****************************************
function()
{
library(samr)
attach(proto_data)
x <- cbind(pre1, pre2, pre3, pre4, pre5, ...
post1, post2,post3,post4,post5, ....)
y <- c(-(1:10),1:10)
d <- list(x=x,y=y, geneid=array.id)
samr.obj<-samr(d, resp.type="Two class paired", nperms=100)
samr.plot(samr.obj)
}
*****************************************
Thank you
HS
2007 Nov 19
2
login help - grouping records
I have a long list of posts posted on different days and many posts
every day. I want them to arrange like following...
Date1
-----
post1
post2
Date2
-----
post3
post4
post5
How can I (say) group them to appear all posts of one date under their
related headng.
Because records have so many different days, it is confusing me.. I need
some generic solution.
Thanks in advance.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~--...