search for: carnes

Displaying 18 results from an estimated 18 matches for "carnes".

Did you mean: cares
2009 Jun 04
3
Plot and lm
I want to make a log-log plot with a regression line, but I can't figure out what I'm doing wrong. What I'm trying is: plot(mass,area, log="xy", pch=as.numeric(food)) abline(lm(mass~area)) or plot(mass,area, log="xy", pch=as.numeric(food)) islands$logmass <- log(mass) islands$logarea <- log(area) attach(islands) abline(lm(logmass~logarea)) But that does
1999 Oct 18
2
CRAN downtimes
Hi, we had a broken heating system (in the floor above us) resulting in a water burst .... my office looks like if a bomb has exploded ... Currently our server is up and running again (it was down over the weekend) ... but we will move out of the devastated rooms and hence the CARN master might be down one or more times during the rest of the week. We'll try to keep the down times as short
1999 Oct 18
2
CRAN downtimes
Hi, we had a broken heating system (in the floor above us) resulting in a water burst .... my office looks like if a bomb has exploded ... Currently our server is up and running again (it was down over the weekend) ... but we will move out of the devastated rooms and hence the CARN master might be down one or more times during the rest of the week. We'll try to keep the down times as short
2011 Jun 09
1
Item analysis
Hi all, For several reasons I have no used CARN R in months....I have an idea and I want to retry to learn CRAN R. I know I need to formulate more "intelligent" questions but I will expose and if someone can help me I would be very gratefull I promise to try to learn again.... The question I have a data file like this: Date, Time, Tip 13/11/2008,23:16:00,432 13/01/2009,23:17:00,633
2005 Oct 07
2
Some Ruby code help?
...uts state(st, dbh) #todo: insert record... end end puts rows puts "inserted" This is a sample row (which is the one that actually gets mixed up): ARALY ALIMENTOS S.A DE C.V|JALISCO|EL SALTO|CALLE CARRET EL SALTO 2054-A |PUEBLO EL SALTO|45680 | (33)36893084 | | |EMBUTIDO DE CARNES FRÍAS|621006|30|De 0 a 50 st should be ''JALISCO'' right? Well, it gets assigned to "EL SALTO" instead... if I run irb and do this: row = "ARALY ALIMENTOS S.A DE C.V|JALISCO|EL SALTO|CALLE CARRET EL SALTO 2054-A |PUEBLO EL SALTO|45680 | (33)36893084 | | |EMBUTID...
2010 Mar 17
1
Is there any R package that can find the maxima of a 1-D time series
Is there any R package that can help me with digging out the maxima of a 1-D trajectory ? I have 975 1-D curves. They are only known as time series. That is a set of points ordered with respect to time. Some curves exhibit one only peak. Others have two peaks of different height. We wish to find the number of peaks and their position along the time axis. Apparently it's a trivial problem
2011 Mar 01
1
Distintos soft
Les consulto por lo siguiente: Se me ocurrió usar datos de MCMCglmm en otros procedimientos de R, comparar los resultados y el tiempo como facilidad de uso, para lo cual use LME4, los resultados fueron parecidos, entendiendo que internamente los algoritmos tienen diferencias, es lógico que los resultados no coincidan exactamente, pero aproximadamente tienen que ser compatibles, en este caso
2009 Dec 07
0
zelig logit survey
When I use zelig to compute parameter estimates with "model = logit.survey", I receive the following error: Nicholas Carnes. 2007. "logt.surveyWarning message: In eval(expr, envir, enclose) : non-integer #successes in a binomial glm! I believe this is because the model is not using "quasibinomial" (see R-News 2003, Analyzing Survey Data in R, by Thomas Lumley). Is there a way to change the model to use...
1997 Jul 10
1
R-beta: New Packages in CRAN
The following packages have been contributed to CRAN by Thomas Lumley: integrate-1.0.tar.gz: S function and supporting C and Fortran code for adaptive quadrature. The underlyling fortran code is purported to work in from 2 to 20 dimensions. S original by Michael Meyer (mikem at andrew.cmu.edu). R port by Thomas Lumley <thomas at biostat.washington.edu>. [1997/07/10]
1997 Jul 10
1
R-beta: New Packages in CRAN
The following packages have been contributed to CRAN by Thomas Lumley: integrate-1.0.tar.gz: S function and supporting C and Fortran code for adaptive quadrature. The underlyling fortran code is purported to work in from 2 to 20 dimensions. S original by Michael Meyer (mikem at andrew.cmu.edu). R port by Thomas Lumley <thomas at biostat.washington.edu>. [1997/07/10]
2012 Sep 13
0
Ajustes GEV
Buenas a todos. Estoy realizando unos ajustes a una serie de valores mensuales maximos con ismev. Los resultados son muy buenos. Por definicion, los valores que obtengo del ajuste de la funcion de distribucion GEV, me dan valores de periodos de retorno medios para los niveles de retorno que estudio. El problema es que estos valores son los medios esperables para esos periodos de retorno y yo, lo
2006 Jan 06
15
Wikis etc.
I feel that as long as people continue to provide help on r-help wikis will not be successful. I think we need to move to a central wiki or discussion board and to move away from e-mail. People are extremely helpful but e-mail seems to be to always be memory-less and messages get too long without factorization of old text. R-help is now too active and too many new users are asking
2005 Jan 20
4
I'm listening to FLAC on my ipod!
Just to let you guys know, I've been listening to FLAC (compression level 2 or lower) tunes on my 3rd generation ipod running ipodlinux (modified uCLinux) for the past few days. No skips or slow-downs whatsoever using MPD to play music. It's pretty cool to be able to use my iPod for the first time in 7 months. (I could've dual-booted the Apple firmware, but nearly all my music is in
2012 May 18
2
Distributing Executables.
Sorry for this intrusion, but I am confused by two statements that appear to conflict at some level in Writing R Extensions, and wanted to make sure I understand the answer to: Can we distribute a portable executable compiled from source by CRAN in CRAN? The following section of Writing R Extensions appears to not be addressing this issue, as in this case we are discussing portable CRAN compiled
2006 Aug 22
2
centos 4.3 on esx server high load early hours carn't connect.
Hi posted this on the forum but then found the mailing list :-) so hope it's ok to post to the list aswell. we have a centos 4.3 server running samba, winbind and squid authenticating by winbind to our NT domain. Once in a while in the early hours it has the below error in /var/log/messages this causes the machine to fail and we carn't connect to it. It's double dutch to me,
2005 Feb 02
3
I'm listening to FLAC on my ipod!
Josh Coalson <xflac@yahoo.com> wrote: > --- Eric Wong <eric@petta-tech.com> wrote: > > Just to let you guys know, I've been listening to FLAC (compression > > level 2 or lower) tunes on my 3rd generation ipod running ipodlinux > > (modified uCLinux) for the past few days. No skips or slow-downs > > whatsoever using MPD to play music. > > how
2003 Dec 20
0
Fw: Re: CAMPANHA NATAL SEM BAIXARIA - PARTICIPE!
----- Mensagem Original -----=20 Eu boicotaria estas empresas s=F3 pelo fato de financiarem os enjoativos e = rancentos Cassetas, mas me surpreendi ao descobrir que tantos produtos que = eu costumo comprar s=E3o transg=EAnicos. Fui conferir no site do greenpeace= e =E9 verdade!!!!!!!!!!!!! Boicote neles! ----- Original Message -----=20 C A M P A N H A=20 N A T A L S E M B A I X A R I A
2003 Dec 11
2
FAX application does not work for me....
Hi, I have tried to install and configure the FAX app using the steps described in several mails on this list. When a FAX call arrives on X100P, the fax extension is executed, which looks like: exten => fax,1,RxFax(/var/spool/asterisk/incoming/${CALLERIDNUM}.tif) exten => fax,2,Hangup It tries to negociate, but nothing is received at the end and the other part times out. More, after this