Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Thanks to Andy Liaw to suggest me the right solution (at least for me): attributes(dist(mat))$Labels or attr(dist(mat),"Labels") Bye, Elio -- ---------------------------------------------------------------------------------- Prof. Angelo M. Mineo Dipartimento di Scienze Statistiche e Matematiche "S. Vianelli" Universit?? degli Studi...
Dear list, I am using R in batch mode: $ R -q --no-save < prova > output the input file "prova" has these commands: data(USArrests) x<-USArrests hist(x) of course, the command hist(x) produces an error. The error message...
The normalp package contains a kurtosis function. All the best, Elio Mineo XIAO LIU wrote: >Hi, > >Which R package contains Kurtosis function? Where can I get it? > >Thank you very much. > >Xiao > >______________________________________________ >R-help at stat.math.ethz.ch mailing...
Dear all, a (non official) Mandrake 8.2 package for R 1.8.0 can be downloaded from http://dssm.unipa.it/mandrake/8.2/ The author of this package is Alfredo Pontillo. If you have any problem with this...
Try demo in http://dssm.unipa.it/R-php/ We have to fix a bug on the plots, but other things work. Bye, Elio Mineo Il giorno dom, 20/09/2009 alle 22.11 -0700, vinay basavanal ha scritto: > want...
Dear All, as the R package for the Mandrake Linux distribution, version 8.2, is not supported anymore, a (non official) package for R 1.8.1 for this distribution can be downloaded from http://dssm.unipa.it/mandrake/8...
Try: optim(.....)$par Bye Elio jmbucci at stat.ucla.edu wrote: >Hello, > >Is there a general procedure when using the the optim function("BFGS") to >only output the converging value (i.e. final par value) rather than all >the other...
Dear list, I am using R version 2.0.0 under Linux Mandrake 10.0. I have installed R by using the rpm file on CRAN. By executing the following code, I have this output (the text file formaggio.txt...
Hi Allan, I think the function lmp() of the package normalp could be useful to you. Regards, Elio allan clark wrote: >Hi all > >Just wondering whether one can undertake Lp norm estimation (a type of >regression analysis) in R? > >i...
For what the article says, every country should have a war to have a lower violent death rate!! Gabor Grothendieck wrote: >I came across this one: > >http://www.nysun.com/article/32787 > >which says that the violent death rate in...
Ok. Thanks Peter. Peter Dalgaard wrote: >Elio Mineo <mineoeli at unipa.it> writes: > > > >>Dear list, >>I am using R version 2.0.0 under Linux Mandrake 10.0. I have installed >>R by using the rpm file on CRAN. >>By...
Dear list, I do not know if this is a bug. Let's suppose mat is a matrix derived from this code: > x<-rnorm(10) > y<-rnorm(10) > names(x)<-LETTERS[1:10] > names(y)<-LETTERS[1:10] > mat<-cbind...
which.max(x) Il giorno mer, 04/04/2007 alle 15.13 +0000, croero at hotmail.com ha scritto: > Hello, > > Is there any function that returns the argmax of a vector ? > > For example I have the vector x=(1,4...
Thanks, Peter. So, in R 2.1.0 there is no way to get names from a "dist" object, isn't there? Peter Dalgaard wrote: >Elio Mineo <elio_mineo at economia.unipa.it> writes: > > > >>In R 2.1.0 I...
Dear all, a new web tool, called R-php, is now available at the following url: http://dssm.unipa.it/R-php R-php is a project realized in PHP and MYSQL. Up to this moment only two modules have...
That's fine! Thanks a lot. Angelo Achim Zeileis wrote: >On Thu, 07 Apr 2005 12:45:16 +0200 Elio Mineo wrote: > > > >>Dear list, >>I am using R in batch mode: >> >>$ R -q --no-save < prova > output >> >>the input file...
Il giorno gio, 19/04/2007 alle 11.43 -0500, hadley wickham ha scritto: > > I learned to do this by studying Alfredo Pontillo and Angelo Mineo's > > R-php (http://dssm.unipa.it/R-php). Specifically, look at the file...
There are several projects on this. Look at http://franklin.imgen.bcm.tmc.edu/R.web.servers/ Bye Grupo Logit wrote: >hello. >My name is kerlim arturo. >i was search into internet about R apache y PhP and i found...
Maybe R-php? See the URL: http://dssm.unipa.it/R-php/ Dieter Menne wrote: >Erin Hodgess <hodgess <at> gator.dt.uh.edu> writes: > > > >>Has anyone put R on a web server any time, recently, please? >>(Red Hat Linux) >> >>The...
This solution is fine, too. The Achim's solution is what I have asked with this slight modification: $ R -q --no-save < prova > prova.out 2>> prova.out Again, thanks to Achim and Prof. Ripley. Best, Elio Prof Brian Ripley...
Can't find what you're looking for? Try searching with Google .