4 new books and a new Finance chapter added to Big Book of R

24 April 2022

This update to Big Book of R happened a little differently than the previous ones in that I livestreamed while I was updating it. During the update I felt that there were enough books for the topic of Finance to warrant it’s own chapter!

Thanks to Zachary del Rosario, Roland Schmidt and Guillaume Coqueret for their submissions.

An Open-Source Active Learning Curriculum for Data Science in Engineering

by Zachary del Rosario

This work provides open-source content for an active learning curriculum in data science. The scope of the content is sufficient for a full-semester introduction to scientifically reproducible statistical computation, data wrangling, visualization, basic statistical literacy, and data-driven modeling. The content is broken into short exercises that introduce new concepts, and longer challenges that encourage students to develop those skills in an open-ended context.

https://www.bigbookofr.com/field-specific.html#an-open-source-active-learning-curriculum-for-data-science-in-engineering


Computational Analysis of Communication

by Wouter van Atteveldt

Assuming little or no background in data science or computer linguistics, this accessible textbook teaches readers how to use state-of-the art computational methods to perform data-driven analyses of social science issues. A cross-disciplinary team of authors—with expertise in both the social sciences and computer science—explains how to gather and clean data, manage textual, audio-visual, and network data, conduct statistical and quantitative analysis, and interpret, summarize, and visualize the results.

https://www.bigbookofr.com/social-science.html#computational-analysis-of-communication

Tidy Finance with R

by Christoph Scheuch

Financial economics is a vibrant area of research, a central part of all businesses activities, and at least implicitly relevant for our everyday life. Despite its relevance for our society and a vast number of empirical studies of financial phenomenons, one quickly learns that the actual implementation is typically rather opaque.

This book aims to lift the curtain on reproducible finance by providing a fully transparent code base for many common financial applications. We hope to inspire others to share their code publicly and take part in our journey towards more reproducible research in the future.

https://www.bigbookofr.com/finance.html#tidy-finance-with-r


Tidy Portfoliomanagement in R

by Dr. Sebastian Stöckl

The book starts with an introduction to the most important tools for the portfolio analysis: timeseries (mainly xts) and the tidyverse. Afterwards, the possibilities of managing and exploring financial data will be developed. Then we do portfolio optimization for mean-Variance and Mean-CVaR portfolios. This will be followed by a chapter on backtesting, before I show further applications in finance, such as predictions, portfolio sorting, Fama-MacBeth-regressions etc

https://www.bigbookofr.com/finance.html#tidy-portfoliomanagement-in-r

Keep up to date with new data posts and Big Book of R updates by signing up to my newsletter. Subscribers get a free copy of Project Management Fundamentals for Data Analysts worth $12.

Once you’ve subscribed, you’ll get a follow up email with a link to your free copy.



Back to Top