Emacs for Data Science: a Newb-Friendly Setup
Update: Since the beginning of my experiment with Emacs, I have switched to Spacemacs. Spacemacs is a community-driven configuration for Emacs. It works well...
Update: Since the beginning of my experiment with Emacs, I have switched to Spacemacs. Spacemacs is a community-driven configuration for Emacs. It works well...
Implements an OOP behavior in R to test MCMC code.
Visualize 151 Pokemons with Principal Component Analysis
No more struggling with diacritics, different spellings, and various coding schemes.
When Gibbs sampling in R is slow, we can use Rcpp to speed it up by integrating C++ code into R. However, we cannot run Rcpp code line-by-line because C++ co...