search for: zze

Displaying 8 results from an estimated 8 matches for "zze".

Did you mean: zte
2004 Jun 30
2
Question about mesurating time
Hello , Is there any function to mesurate the duration of a procedure (like tic and toc in matlab) ? Tic Source("procedure.R") Toc (toc is the duration between the execution of tic and the execution of toc) Thank you nicolas [[alternative HTML version deleted]]
2001 Jul 19
3
Write a script
Dear R users, I would like to write a script to launch R commands from a Unix prompt but I do not have any idea how to do it. Can someone bring me help please? Thanks in advance Denis Choquet -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2004 Jun 08
1
Little question
Here I got a function : f<-function(x){ res<-list() res$bool=(x>=0) res$tot=x return(res) } I want that a=res$bool and b=res$tot I know that a possible solution is : Result=f(x) a=Result$bool b=Result$tot But I don't want to use the variable Result. I'd like to write directly something like [a,b]=f(x). Is it possible ? Thank you nicolas [[alternative HTML version
2004 Jun 07
1
Precision for a former question*
I got many answers to the question I asked below , and I thank you all. Several of you told me to use ->> but told also that "it is not a recommendable way of items manipulating in R". I don't really understand what it exactly means : 1) does it mean it's not a very good way of programming , a dangerous way of programming because the variable a can be modified ? , etc Or
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...OG=uA%g z(CIpyGrZ`E at onm)2`^UDd#?RngZGZtO?a_3;h*4R!c3x<3VKV4H at a(Dbgf6|UfnOb zJ!)!#=-cQ$lYIV(KIz3;@hQ2VFskWW_P({y8J;S-VjPA~?l^KuhtCjqv;PBx&tF3L zJQ1E#zZ1^&I^kre6W-n`wv9UBJg=KA;O at TcDd=W*#MY2~zL2L^Vm{*Jy#qp(xtp6w z{UP$<F5=|oYf{zOEc2OjeBGqDBxJ&3R~Fkh_TPkm-S31b-cFe=;qGqlO<vy~zze(o zICd+o4K*Y<w}?K7e1dV^AJ<vJKh;Ol?&HhCr-|??L8K7v{tk~0(DTR*_6`po)=Ca* zEIdHBgXxl?`ZblzC~%6?N=sufa+FqBjyfwWThVAddySMn|0~%CfA6x-{TA9j?AGLa z7C!6XD`K;Na6CLGlUwtsaBKFo*W%SwYnuWsqFZ<Mx9L2qM!(gB_wbj_nz|}}JW2St zTRZ+}*>mcMEo)-;z-)U{1kg{YUFio>og=}ensX*tBll at v+kINtReEWxG(j4yf1&Z| zKE...
2001 Jul 13
1
Histogram with logarithmic scale
> My question is not about statistics but more obviously about an R command. > I would like to plot an histogram with a logarithmic scale. I have > searched through R documentation and have read about the "log" option. > What matters is that it does not work with the hist() function. I'm > working with R version 1.2.3 . Maybe the problem has been solved in R 1.3 > .
2005 Jul 21
0
New disciplines, new filters : How to writing new linux/net/sched stuffs
Hello, I''m currently searching for any kinds of informations about writing new queue discipline and/or filter modules. I have to write a discipline and/or filter to implement an experimental stateful router which maintain a table for TCP connections. The original code from A. Kuznetsov is provided without comments. It would be wonderful to have a version with comments, do you have any?
2005 Dec 22
1
[LLVMdev] cfrontend
Hello, I am trying to install llvm on cygwin. I use gcc 3.4.4 and I have the following problem when I compile the cfrontend : /cygdrive/c/llvm/cfrontend/build/i686-pc-cygwin/libstdc++-v3/include/bit s/char_traits.h:68: error: expected `;' I have check the file char_traits.h but I haven't found any problem... Can you help me ? Thank you in advance, Antoine -------------- next part