Re: [R] Age-Length key with kimura algorith

2007-08-29 Thread Alberto Murta
Hi Jorge In fact I have been working with that method. I made a simple R function to apply it, and I'm sending you the code below. If you have any questions about it just send me a message. Cheers Alberto On Tuesday 28 August 2007 8:44 pm, Jorge Cornejo Donoso wrote: Hi, I�m looking for

Re: [R] math-operations

2007-03-30 Thread Alberto Murta
On Friday 30 March 2007 14:34, Schmitt, Corinna wrote: Hallo R-experts, for a function I need to work with the commands div and mod known from Pascal and Ruby. The only help I know is ceiling() and floor() in R. Do div and mod exist? When yes please send me a little example. In

Re: [R] math-operations

2007-03-30 Thread Alberto Murta
On Friday 30 March 2007 14:46, Alberto Murta wrote: On Friday 30 March 2007 14:34, Schmitt, Corinna wrote: Hallo R-experts, for a function I need to work with the commands div and mod known from Pascal and Ruby. The only help I know is ceiling() and floor() in R. Do div and mod exist

Re: [R] Very slow read.table on Linux, compared to Win2000 [Broad cast]

2006-06-29 Thread Alberto Murta
On Wednesday 28 June 2006 15:45, Patrick Connolly wrote: On Wed, 28-Jun-2006 at 04:43PM -0700, Alberto Murta wrote: | I have a pentium 4 pc with 256 MB of RAM, so I made a text file, tab | | separated, with column names and 15000 x 483 integers: | system(ls -l teste.txt) | | -rw-r--r-- 1

Re: [R] Very slow read.table on Linux, compared to Win2000 [Broad cast]

2006-06-28 Thread Alberto Murta
I have a pentium 4 pc with 256 MB of RAM, so I made a text file, tab separated, with column names and 15000 x 483 integers: system(ls -l teste.txt) -rw-r--r-- 1 amurta amurta 16998702 Jun 28 16:08 teste.txt the time it took to import it was around 15 secs: system.time(teste -

[R] Automatic differentiation (was: Re: D(dnorm...)?)

2006-01-26 Thread Alberto Murta
On Thursday 26 January 2006 07:56, [EMAIL PROTECTED] wrote: While symbolic computation is handy, I actually think a more pressing addition to R is some kind of automatic differentiation facility, particularly 'reverse mode' AD, which can be spectacular. There are free tools available for it

Re: [R] A comment about R:

2006-01-04 Thread Alberto Murta
Mensagem original de Patrick Burns (Terça, 3 de Janeiro de 2006 19:28): Wensui Liu wrote: Another big difference between R and other computing language such as SPSS/SAS/STATA. You can easily get a job using SPSS/SAS/STATA. But it is extremely difficult to find a job using R. ^_^. Actually

[R] R for Palm OS

2004-10-26 Thread Alberto Murta
Dear all Has anyone tried to compile R for the Palm OS? -- Alberto G. Murta Institute for Agriculture and Fisheries Research (INIAP-IPIMAR) Av. Brasilia, 1449-006 Lisboa, Portugal | Phone: +351 213027120 Fax:+351 213015948 |

Re: [R] Confidence intervals for predicted values in nls

2004-06-04 Thread Alberto Murta
Parece que não tiveste grandes ajudas. Eu se fosse a ti fazia isso com um bootstrap bem planeado Alberto On Thursday 03 June 2004 21:22, Prof Brian Ripley wrote: On Thu, 3 Jun 2004, Cristina Silva wrote: I have tried to estimate the confidence intervals for predicted values of a nonlinear

Re: [R] Confidence intervals for predicted values in nls

2004-06-04 Thread Alberto Murta
Ops! I apologise for posting my last message to the R list by mistake. -- Alberto G. Murta Institute for Agriculture and Fisheries Research (INIAP-IPIMAR) Av. Brasilia, 1449-006 Lisboa, Portugal | Phone: +351 213027062 Fax:+351 213015948 |

Re: [R] Size of R user base

2004-04-20 Thread Alberto Murta
On Tuesday 20 April 2004 15:02, Philippe Grosjean wrote: No software is eternel. I think a good picture of the change in time of R users would be an interesting tool to have an idea on how well it fits or don't fit users' needs. Moreover, if you develop for both R and S-PLUS, and think to

[R] Mahalanobis

2004-03-26 Thread Alberto Murta
19.04762 mydata - matrix(runif(132,-5,5), 12, 11) mahalanobis(x=mydata, center=apply(mydata,2,mean), cov=var(mydata)) [1] 10.08333 10.08333 10.08333 10.08333 10.08333 10.08333 10.08333 10.08333 10.08333 10.08333 10.08333 10.08333 Thanks in advance Alberto Murta version

Re: [R] Statistiques avec R

2004-03-05 Thread Alberto Murta
The following note was placed today in the web site: Note to english-speaking readers (2004/03/05): Many people have asked me if an English version of this document was on the way. The French version is still unfinished, but I hope it will be over before summer. I shall then consider

Re: [R] Statistiques avec R

2004-03-04 Thread Alberto Murta
Thank you for your suggestion. It is really a very good (and pretty) introduction to R. Cheers Alberto On Thursday 04 March 2004 11:36, Shigeru Mase wrote: Dear R users, I want to share my joy with you. Please see the following excellent introduction to R Statistiques avec R by Vincent

Re: [R] vectorization question

2003-08-18 Thread Alberto Murta
Thank you very much to Tony Plate for his really clear explanation, and to Prof Ripley for his time solving this deficiency (IMHO) On Friday 15 August 2003 08:44, Martin Maechler wrote: Thank you, Tony. This certainly was the most precise explanation on this thread. Everyone note however,

Re: [R] vectorization question

2003-08-14 Thread Alberto Murta
4 8 12 0 HTH, Andy -Original Message- From: Alberto Murta [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 12:50 PM To: [EMAIL PROTECTED] Subject: [R] vectorization question Dear all I recently noticed the following error when cohercing a data.frame