Publications by Shige
CacheSweave
I finally figured out how to use the R package “cachesweave”. The trick is that the code chunks must follow some order, like the following:———————————————————–<setup>=setCacheDir(“testcache”)@<first>=library(Zelig)library(memisc)@…——————————————————�...
667 sym 2 img
High tech, low tech?
Interesting article: http://www.iq.harvard.edu/blog/sss/archives/2006/01/tools_for_resea.shtml Related To leave a comment for the author, please follow the link and comment on their blog: Shige's Research Blog. R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here ...
510 sym 2 img
NpptoR: R in Notepad++
For those who are scared of Emacs: http://sourceforge.net/projects/npptor/ Related To leave a comment for the author, please follow the link and comment on their blog: Shige's Research Blog. R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to...
490 sym 2 img
R handy for crunching data
http://www.ibm.com/developerworks/library/l-sc16.html?S_TACT=105AGX52&S_CMP=cn-a-l Related To leave a comment for the author, please follow the link and comment on their blog: Shige's Research Blog. R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're lo...
498 sym 2 img
‘R’ programming
http://en.wikibooks.org/wiki/R_Programming Related To leave a comment for the author, please follow the link and comment on their blog: Shige's Research Blog. R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science ...
458 sym 2 img
The optimal way to do sweave
The optimal way to do sweave may be to have a master file in LaTeX, and a separate Rnw file contains all the computations, figures, and tables. That way, it is easy to compile the LaTeX as the writing goes on without the hassle of carrying out the computations (especially when some of them are heavy) every time.When the computations a...
1340 sym 2 img
Running JAGS via R2jags
I finally figure out how to run WinBUGS examples in JAGS via R2jags. JAGS is preferred over WinBUGS for its cross-platform compatibility and performance (it was written in C++). Related To leave a comment for the author, please follow the link and comment on their blog: Shige's Research Blog. R-bloggers.com offers daily e-mail upd...
593 sym 2 img
Editing while running R within Emacs
Simply press “Ctrl + g” will return the control back to the user. Related To leave a comment for the author, please follow the link and comment on their blog: Shige's Research Blog. R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post...
481 sym 2 img
Lots of maps using R
http://r-spatial.sourceforge.net/gallery/#fig01.RVery helpful! Related To leave a comment for the author, please follow the link and comment on their blog: Shige's Research Blog. R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or fin...
478 sym 2 img
InferenceR looks interesting
I obtained a free academic copy of the InferenceR, which is a R IDE for Windows. I has several interesting features such as a visual debugger. It is definitely worth some further exploration. Of course, the problem (and the only problem for now) is that it is Windows-only, cannot run it on Linux. Related To leave a comment for the a...
713 sym 2 img