I am using the Sept. distribution of R for Windows. Question: Will future versions of R include an "l1fit" function? Thanks. FC. -- Francisco Cribari-Neto voice: +618-4535062 Assistant Professor fax: +618-4532717 Department of Economics e-mail: cribari at siu.edu Southern Illinois University http://www.siu.edu/~econ/cribari.html You can never be too rich, too thin, or have too much RAM. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Hi, would it be possible to change the hist() function in future R Versions to accept a "plot=F" parameter (like hist() in S it should return a list with "breaks" and "counts" in this case). This change should be very simple. Albrecht ------------------------------------------------------------------------------- Albrecht Gebhardt email : albrecht.gebhardt at uni-klu.ac.at Institut fuer Mathematik Tel. : (++43 463) 2700/837 Universitaet Klagenfurt Fax : (++43 463) 2700/834 Villacher Str. 161 A-9020 Klagenfurt, Austria ------------------------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>>>>> Albrecht Gebhardt <agebhard at zidsrv.sci.uni-klu.ac.at> writes:Albrecht> would it be possible to change the hist() function in future Albrecht> R Versions to accept a "plot=F" parameter (like hist() in S Albrecht> it should return a list with "breaks" and "counts" in this Albrecht> case). This change should be very simple. it _was_ simple, and has been in the current sources for a while now. You'll see it in version 0.60 which should be released `real soon now'.> hist(rnorm(50), plot=F)$breaks [1] -3 -2 -1 0 1 2 3 $counts [1] 1 11 12 20 5 1 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._