Displaying 12 results from an estimated 12 matches for "ciagri".
2012 Jun 26
1
Wrong headers in dovecot-crlf
...ike
there are some major issues :
$ grep -n "In-Reply-To.*;" tests/data/dovecot-crlf
479:In-Reply-To: <20020806175441.GA7148 at linux.taugt.net>; from
rueckert at informatik.uni-rostock.de on Tue, Aug 06, 2002 at 07:54:41PM +0200
525:In-Reply-To: <20020806234054.GA30820 at carpa.ciagri.usp.br>; from
marcelo at carpa.ciagri.usp.br on Tue, Aug 06, 2002 at 08:40:54PM -0300
564:In-Reply-To: <20020806234054.GA30820 at carpa.ciagri.usp.br>; from
marcelo at carpa.ciagri.usp.br on Tue, Aug 06, 2002 at 08:40:54PM -0300
673:In-Reply-To: <20020807231956.GA11240 at carpa.ciagri.u...
2002 Aug 08
1
SELECT
Hi, all.
Thanks Timo for answering my previous post. It's starting
fine now :)
I must be doing something wrong again but I can't connect from
any imap client. If I telnet to the server I get:
$ telnet carpa 11143
Trying 143.107.209.25...
Connected to carpa.ciagri.usp.br.
Escape character is '^]'.
* OK dovecot ready.
a001 login marcelo #####
a001 OK Logged in.
a002 select INBOX
a002 NO Broken INBOX: Permission denied
a003 select ""
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft \Recent)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \...
2002 Aug 07
2
starting
Hi. Sorry for the basic question but... how do I
start the server? From inetd or in standalone mode
(which binary)?
Thanks
2017 May 23
2
[imaptest] Explaining errors
.../T/ /est IMAP server compliancy/
examples https://imapwiki.org/ImapTest/Examples.
And I wanted to analyse the errors reported, here are some:
Error: user1 at james.org[11]: seq too high (16 > 15, state=APPEND): * 16
FETCH (BODY[HEADER.FIELDS (In-Reply-To From) ] "From:
marcelo at carpa.ciagri.usp.br")
Error: user1 at james.org[14]: seq too high (26 > 25, state=APPEND): * 26
FETCH (MODSEQ (6068) FLAGS (\Answered \Draft \Flagged))
Error: user1 at james.org[14]: seq too high (20 > 16, state=APPEND): * 20
EXPUNGE
Error: user10 at james.org[18]: Keyword used without being in FLA...
2001 Nov 22
1
p-value using survdiff
...rv(tempo,status) ~ grupo,data=dados1,rho=1)
> attributes(fit)
$names
[1] "n" "obs" "exp" "var" "chisq" "call"
$class
[1] "survdiff"
I would appreciate any suggestion.
RAL
PS: Please send any to raleandr at carpa.ciagri.usp.br
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request...
2003 Sep 21
1
3 basic questions
I have 3 basic questions (sorry, but R is a bit new to me)
First)
The following code will work on C, but something happens with R:
> x<-c(0,1,1,0,0,1,0,0,1)
> dim(x)<-c(3,3)
> types<-numeric(3)
> for (i in 1:3) {
+ j<-1
+ while (x[i,j]!=1) j<-j+1
+ if (j==4) types[i]<-0
+ else types[i]<-1
+ }
Error: subscript out of bounds
Any ideas about what is wrong?
2004 Jun 15
1
How avoid coercion to character
Hi R-users!
I'd like to know how to avoid automatic coercion of numeric variables
passed to array() to character, when there is one categorical variable
between others. I have tried I() function, but it is just functional
in data.frame.
Best Regards!
Eduardo Dutra de Armas
2005 Jul 05
2
Derivative of a function
Suppose I have a simple function that returns a matrix, such as:
test <- function(x){ return(matrix(c(x,x^2,x^3,x^4),2,2)) }
so that test returns:
[ x x^3 ]
[ x^2 x^4 ]
Is it possible for me to get the derivative of an expression such as:
c(1,0) %*% test() %*% c(0,1)
The vectors are used just to "index" the matrix.
I don't want a value, but the expression to work with
2006 Jun 25
1
help with contrasts.
Hello list,
I would like to know how can I use contrats in statistical analysis. I
have a simple model, "one-way analysis of variance" "or two-way..."
(balanced case).
I've already used the command aov (model) to get the analysis of
variance, but i know that my treatment could be organized in groups,
so i would like to test these groups.
Example: I have 4 treatments t1,
2017 May 24
0
[imaptest] Explaining errors
...AP server compliancy/ examples https://imapwiki.org/ImapTest/Examples.
>
> And I wanted to analyse the errors reported, here are some:
> Error: user1 at james.org[11]: seq too high (16 > 15, state=APPEND): * 16 FETCH (BODY[HEADER.FIELDS (In-Reply-To From) ] "From: marcelo at carpa.ciagri.usp.br")
> Error: user1 at james.org[14]: seq too high (26 > 25, state=APPEND): * 26 FETCH (MODSEQ (6068) FLAGS (\Answered \Draft \Flagged))
> Error: user1 at james.org[14]: seq too high (20 > 16, state=APPEND): * 20 EXPUNGE
These above are saying that the message sequence number...
2003 May 30
2
conversao para matriz
ol?,
estou tentando converter a vari?vel b (abaixo) em uma matriz com duas
colunas, sem muito sucesso, algu?m teria alguma sugest?o?
muito obrigado,
a<-outer(1:5,1:7,FUN="paste")
b<- sample(a,10)
[1] "4 2" "5 7" "3 3" "4 1" "4 5" "3 5" "5 2" "2 1" "3 7" "1 4"
Matriz desejada:
4
2003 Sep 30
2
truncated multivariate normal
Please,
I would like to know how to generate a truncated multivariate normal
distribution k - dimensional, X ~ NT(mu, Sigma), where the
elements of X to be non-negative (except the first), and the first
dimension is strictly larger than zero.
Example:
X ~ NT_2(mu, Sigma),
where mu=c(0.5, 0.5) and Sigma=c([120, 191], [191,154]), with X_1>0
and X_2>=0
Could anybody help