Re: [R] R computing speed

2007-12-11 Thread Carlo Fezzi
To: Carlo Fezzi Cc: r-help@r-project.org Subject: Re: [R] R computing speed I would suggest that you use Rprof to get a profile of the code to see where time is being spent. You did not provide commented, minimal, self-contained, reproducible code, so it is hard to tell from just looking at the

Re: [R] R computing speed

2007-12-11 Thread jim holtman
I would suggest that you use Rprof to get a profile of the code to see where time is being spent. You did not provide commented, minimal, self-contained, reproducible code, so it is hard to tell from just looking at the code to determine what is happening. Rprof should provide an idea of where to

[R] R computing speed

2007-12-11 Thread Carlo Fezzi
Dear helpers, I am using R version 2.5.1 to estimate a multinomial logit model using my own maximum likelihood function (I work with share data and the default function of R cannot deal with that). However, the computer (I have an Athlon XP 3200+ with 512 GB ram) takes quite a while to estimate t