Displaying 11 results from an estimated 11 matches for "yahoomailclassic".
2012 Jun 25
4
started with dovecot sieve
...ovecot and sieve I am really happy to get it working in
a straight forward way. Thanks for the documentation to whom it
concerns.
Now I came to my limits with this failure messages in
/home/rolf/.dovecot.sieve.log:
sieve: info: started log at Jun 25 20:22:54.
error:
msgid=<1340648569.94073.YahooMailClassic at web190304.mail.sg3.yahoo.com>:
failed to store into mailbox 'INBOX': BUG: Unknown internal error.
with this messages in mail.info:
Jun 25 20:22:54 rolf14 postfix/smtpd[21674]: connect from
localhost[127.0.0.1]
Jun 25 20:22:54 rolf14 postfix/smtpd[21674]: 90898E0190:
client=localh...
2011 Nov 23
6
Incomplete final line (Antonio José Sáez)
...vergence,
method.estim=method
)
return(resultados)
}
> Message: 1
> Date: Tue, 22 Nov 2011 19:38:55 +0000 (GMT)
> From: Eva Prieto Castro<evapcastro en yahoo.es>
> To: r-help-es en r-project.org
> Subject: [R-es] Incomplete final line
> Message-ID:
> <1321990735.87578.YahooMailClassic en web29612.mail.ird.yahoo.com>
> Content-Type: text/plain
>
> Hola:
>
> Desde que he instalado la versión 2.14.0 obtengo el siguiente error al hacer source:
>
> Mensajes de aviso perdidos
> In readLines(file) : incomplete final line found on 'ejemplo.R'
>...
2011 Sep 21
0
Resumen de R-help-es, Vol 31, Envío 12 Mann-Whitney U Test
...-------------------------------------------
>
> Message: 1
> Date: Tue, 20 Sep 2011 11:57:47 +0100 (BST)
> From: Eva Prieto Castro <evapcastro@yahoo.es>
> To: r-help-es@r-project.org
> Subject: [R-es] Ordenar vectores correlativos
> Message-ID:
> <1316516267.23584.YahooMailClassic@web29612.mail.ird.yahoo.com>
> Content-Type: text/plain
>
> Hola,
>
> ¿Cuál es la forma óptima de ordenar dos vectores (p.e. tiempos y datos) por uno de ellos (p.e. tiempos)?. Gracias.
>
> Un saludo.
> [[alternative HTML version deleted]]
>
>
>
> ----...
2012 Oct 28
1
Tabular datos de Encuesta Continua de Hogares
...a Prieto Castro)
----------------------------------------------------------------------
Message: 1
Date: Sun, 28 Oct 2012 10:06:47 +0000 (GMT)
From: Eva Prieto Castro <evapcastro@yahoo.es>
To: r-help-es@r-project.org
Subject: Re: [R-es] Problemas UniCode
Message-ID:
<1351418807.6478.YahooMailClassic@web171506.mail.ir2.yahoo.com>
Content-Type: text/plain
Hola de nuevo:
Pues va a ser que no: el problema persiste.
En la máquina desde la cual creo el paquete (Windows):
> l10n_info()
$MBCS
[1] FALSE
$`UTF-8`
[1] FALSE
$`Latin-1`
[1] TRUE
$codepage
[1] 1252
En la máquina desde la cual...
2012 Jan 26
0
R-help Digest, Vol 107, Issue 25
...ates$Invalid==1], "\n") }
Rui Barradas
Message: 53
Date: Tue, 24 Jan 2012 08:54:49 -0800 (PST)
From: Paul Miller <pjmiller_57 at yahoo.com>
To: r-help at r-project.org
Subject: [R] Checking for invalid dates: Code works but needs
improvement
Message-ID:
<1327424089.1149.YahooMailClassic at web161604.mail.bf1.yahoo.com>
Content-Type: text/plain; charset=us-ascii
Hello Everyone,
Still new to R. Wrote some code that finds and prints invalid dates (see below). This code works but I suspect it's not very good. If someone could show me a better way, I'd greatly appreciate i...
2015 Jan 11
0
PXE Booting EFI
On Sun, Jan 11, 2015 at 10:32 AM, Patrick Masotta <masottaus at yahoo.com> wrote:
>
>>First, I was looking for the actual values.
>>For a VM with (among other values):
>
>> config.version = "8"
>> virtualHW.version = "10"
>> ethernet0.virtualDev = "e1000"
>> guestOS = "rhel6-64"
>> firmware =
2012 Sep 19
0
Lowest AIC after stepAIC can be lowered by manual reduction of variables (Florian Moser)
...----------------------------
Message: 12
Date: Tue, 18 Sep 2012 14:27:34 +0100 (BST)
From: Florian Moser <floserx2 at yahoo.de>
To: r-help at r-project.org
Subject: [R] Lowest AIC after stepAIC can be lowered by manual
reduction of variables
Message-ID:
<1347974854.4978.YahooMailClassic at web28904.mail.ir2.yahoo.com>
Content-Type: text/plain
Hello
I am not really a statistic person, so it's possible i did something completely wrong... if this is the case: sorry...
I try to get the best GLM model (with the lowest AIC) for my dataset.
Therefore I run a stepAIC (in the "...
2015 Jan 11
3
PXE Booting EFI
>First, I was looking for the actual values.?
>For a VM with (among other values):
> config.version = "8"
> virtualHW.version = "10"
> ethernet0.virtualDev = "e1000"
> guestOS = "rhel6-64"
> firmware = "efi"
> I see:
> option-93 = 0x07
> option-60 ="PXEClient:Arch:00007:UNDI:003016"
OK I take
2012 Jan 24
6
Checking for invalid dates: Code works but needs improvement
Hello Everyone,
Still new to R. Wrote some code that finds and prints invalid dates (see below). This code works but I suspect it's not very good. If someone could show me a better way, I'd greatly appreciate it.
Here is some information about what I'm trying to accomplish. My sense is that the R date functions are best at identifying invalid dates when fed character data in their
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused.
Here are the commands I have entered:
> data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",")
> NumberOfActionsByStatus = data$STATUS
> NumberOfActionsByUser = data$ETS_LOGIN
> NumberOfBidOffer = data$BID_OFFER
> NumberOfActionsByUser.freq = table(NumberOfActionsByUser)
>
2011 Jun 30
0
help with interpreting what nnet() output gives:
...mmented, minimal, self-contained, reproducible code.
------------------------------
Message: 18
Date: Wed, 29 Jun 2011 16:24:55 +0100 (BST)
From: Iain Gallagher <iaingallagher at btopenworld.com>
To: r-help at r-project.org
Subject: [R] median time period
Message-ID:
<1309361095.68973.YahooMailClassic at web86705.mail.ird.yahoo.com>
Content-Type: text/plain; charset=utf-8
Hello List
I'm trying to calculate the median period (in months) of a set of time intervals (between two interventions).
I have been playing with the lubridate package to create the intervals but I can't think of...