Skip to content

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.

18 results for “from:yehengxin”

counts of elements in vector
yehengxin · Mar 29, 2010 · r-help

Try using aggregate( ) -- View this message in context: http://n4.nabble.com/counts-of-elements-in-vector-tp1704036p1710369.html Sent from the R help mailing list archive at Nabble.com.

How to setup a Rprofile file?
yehengxin · Aug 15, 2010 · r-help

I think I got it! -- View this message in context: http://r.789695.n4.nabble.com/How-to-setup-a-Rprofile-file-tp2326328p2326339.html Sent from the R help mailing list archive at Nabble.com.

Efficiency of C Compiler in "R CMD SHLIB"
yehengxin · Apr 15, 2010 · r-help

I am using 32-bit Window XP. -- View this message in context: http://n4.nabble.com/Efficiency-of-C-Compiler-in-R-CMD-SHLIB-tp1934429p1934486.html Sent from the R help mailing list archive at Nabble.com.

Poor performance of "Optim"
yehengxin · Oct 1, 2011 · r-help

Oh, I think I got it. Commercial packages limit the number of decimals shown. -- View this message in context: http://r.789695.n4.nabble.com/Poor-performance-of-Optim-tp3862229p3864271.html Sent from the R help mailing list archive at...

Efficiency of C Compiler in "R CMD SHLIB"
yehengxin · Apr 18, 2010 · r-help

Could you tell me a little more in details? -- View this message in context: http://n4.nabble.com/Efficiency-of-C-Compiler-in-R-CMD-SHLIB-tp1934429p2015006.html Sent from the R help mailing list archive at Nabble.com.

Efficiency of C Compiler in "R CMD SHLIB"
yehengxin · Apr 19, 2010 · r-help

do you know how to increase the optimization level of gcc in R? -- View this message in context: http://n4.nabble.com/Efficiency-of-C-Compiler-in-R-CMD-SHLIB-tp1934429p2016646.html Sent from the R help mailing list archive...

Efficiency of C Compiler in "R CMD SHLIB"
yehengxin · Apr 16, 2010 · r-help

I wonder how to further improve the optimization level of gcc. I thought "O-3" has already been the best. -- View this message in context: http://n4.nabble.com/Efficiency-of-C-Compiler-in-R-CMD-SHLIB-tp1934429p2008994.html Sent...

How to setup a Rprofile file?
yehengxin · Aug 15, 2010 · r-help

http://www.youtube.com/watch?v=zml4uXQDL4U Could you take a look at the end of the video. He made a batch file to run Rcdmr. I wonder how to setup Rprofile file to realize it. Thanks!! -- View this message...

Poor performance of "Optim"
yehengxin · Oct 1, 2011 · r-help

Thank you for your response! But the problem is when I estimate a model without knowing the true coefficients, how can I know which "reltol" is good enough? "1e-8" or "1e-10"? Why can commercial packages automatically determine the...

Poor performance of "Optim"
yehengxin · Sep 30, 2011 · r-help

I used to consider using R and "Optim" to replace my commercial packages: Gauss and Matlab. But it turns out that "Optim" does not converge completely. The same data for Gauss and Matlab are converged very well. I see that...

Is there a project to compile R scripts into stand-alone executable file?
yehengxin · Sep 17, 2010 · r-help

I know Matlab's M file can be converted to a stand-alone executable file. I wonder if there is a project aimed at compiling R scripts into stand-alone executable file. I think it will be very promising for...

Efficiency of C Compiler in "R CMD SHLIB"
yehengxin · Apr 15, 2010 · r-help

Dear R experts: I attempted to compile c source code into DLL using "R CMD SHLIB" but I found the DLL run in R is almost twice slower than the codes compiled in C++ 6.0 when I chose "release...

The problem of using library(bigmemory)
yehengxin at gmail.com · Mar 25, 2012 · r-help

To my understanding, library(bigmemory) should allow us to create a matrix larger than 2GB (say 17,000 by 17,000) by temporarily storing the data on harddisk. But I try the following codes to create such a matrix. library...

Efficiency of C Compiler in "R CMD SHLIB"
yehengxin · Apr 16, 2010 · r-help

Thank you very much for your kind explanation. I did find my DLL compiled using either VC++ 6.0 or Intel Compiler (almost equally fast) is significanlty faster than that compiled using gcc (55 seconds vs. 78 seconds), the default...

Confusing concept of vector and matrix in R
yehengxin · Mar 29, 2010 · r-help

Why does R need the concept of "Vector"? In my opinion, it is a useless and confusing concept. A vector is simply a special case of a matrix whose row or column number is equal to 1. When I take...

R package to efficiently create polyline shape file
yehengxin at gmail.com · Mar 17, 2012 · r-help

I need to convert dbf/csv data to an ESRI shape file consisting of 200,000 polylines in R. I used the package "shapefiles" that can create small shape files. I found it takes too much time for create 200...

Efficiency of C Compiler in "R CMD SHLIB"
yehengxin · Apr 15, 2010 · r-help

Thanks for your response. I found the folder to modify the compiler for C source codes. C++ 6.0 is an old C programming environment (1994~1998) but it is efficient. When compiling C source codes in C programming environment...

Poor performance of "Optim"
yehengxin · Oct 1, 2011 · r-help

What I tried is just a simple binary probit model. Create a random data and use "optim" to maximize the log-likelihood function to estimate the coefficients. (e.g. u = 0.1+0.2*x + e, e is standard normal...

Can't find what you're looking for? Try searching with Google .