How to Find Fulfilling Work

The author tries to answer two questions via this book : What are the core elements of a fulfilling work ? How should we make a change to our current path so that our work is in line with our being. Give meaning to work The author talks about five aspects relevant to work : earning money achieving status making a difference

Superforecasting: Book Review

In this post, I will attempt to briefly summarize the main points of the book An optimistic skeptic The chapter starts off by saying that there are indeed people in the world who become extremely popular, make tons of money, get all the press coverage, by providing a perfect explanation, after the fact. The author gives one such example of a public figure who rose to fame explaining events post-fact, Tom Friedman.

Quote for the day

“Do not be too timid and squeamish about your actions. All life is an experiment. The more experiments you make the better. What if they are a little coarse and you may get your coat soiled or torn? What if you do fail, and get fairly rolled in the dirt once or twice? Up again, you shall never be so afraid of a tumble.” -- Ralph Waldo Emerson

Reproducible Research with R and RStudio : Summary

The book starts by explaining an example project that one can download from the author’s github account. The project files serve as an introduction to reproducible research. I guess it might make sense to download this project, try to follow the instructions and create the relevant files. By compiling the example project, one gets a sense of what one can accomplished by reading through the book. **Introducing Reproducible Research **The highlight of an RR document is that data, analysis and results are all in one document.

Compiling RR book

The author of the book titled Reproducible Research with R and RStudio - Second edition , Christopher Gandrud, has made the relevant code available on github. This code can be run to obtain a book that is identical to the one that is available in the stores(that is priced at $45). I have spent more than an hour trying to run the code as there are many prerequisite packages that need to be installed.