bookdown: Easy Book Publishing with R Markdown

Write HTML, PDF, ePub, and Kindle books with R Markdown

Yihui Xie
2016-04-29
A guide to authoring books with R Markdown, including how to generate figures and tables, and insert cross-references, citations, HTML widgets, and Shiny apps in R Markdown. The book can be exported to HTML, PDF, and e-books (e.g. EPUB). The book style is customizable. You can easily write and preview the book in RStudio IDE or other editors, and host the book wherever you want (e.g. bookdown.org).
Garrett Grolemund, Hadley Wickham
2016-04-02
This book will teach you how to do data science with R: You’ll learn how to get your data into R, get it into the most useful structure, transform it, visualise it and model it. In this book, you will find a practicum of skills for data science. Just as a chemist learns how to clean test tubes and stock a lab, you’ll learn how to clean data and draw plots—and many other things besides. These are the skills that allow data science to happen, and here you will find the best practices for doing each of these things with R. You’ll learn how to use the grammar of graphics, literate programming, and reproducible research to save time. You’ll also learn how to manage cognitive resources to facilitate discoveries when wrangling, visualizing, and exploring data.
Scalable Machine Learning and Data Science with Microsoft R Server and Spark
Ali Zaidi, Machine Learning and Data Science, Microsoft
Ali Zaidi, Machine Learning and Data Science, Microsoft
2016-05-03
These are (tentatively) rough notes showcasing some tips on conducting large scale data analysis with R, Spark, and Microsoft R Server. The focus is primarily on machine learning with Azure HDInsight platform, but review other in-memory, large-scale data analysis platforms, such as R Services with SQL Server 2016, and discuss how to utilize BI tools such as PowerBI and Shiny for dynamic reporting, and report generation.
Didzis Elferts
2016-04-19
Piemēri darbā ar programmu R, lai risinātu statistikas problēmas bioloģijā.
A Minimal Book Example
Yihui Xie
Yihui Xie
2016-04-12
This is a minimal example of using the bookdown package to write a book. The output format for this example is bookdown::gitbook.
谢益辉, 肖楠, 坑主三, 坑主四
2016-04-11
本书要写什么其实我也不太清楚。迷迷瞪瞪中,感觉写一些奇门遁甲之术会比较有趣吧,算是程序猿/媛的自娱自乐了,如果在自娱自乐之外,读者能学到一些有用的技能,那就更好了。
A Minimal Book Example
Yihui Xie
Yihui Xie
2016-04-08
This is a minimal example of using the bookdown package to write a book. The output format for this example is bookdown::gitbook.
Block Relaxation Methods in Statistics
Jan de Leeuw
Jan de Leeuw
2016-04-01
The book discusses block relaxation, alternating least squares, augmentation, and majorization algorithms to minimize loss functions, with applications in statistics, multivariate analysis, and multidimensional scaling.
APL in R
Jan de Leeuw, Masanao Yajima
Jan de Leeuw, Masanao Yajima
2016-04-01
R versions of the array manipulation functions of APL are presented. We do not translate the system functions or other parts of the runtime. Also, the current version has does not have the nested arrays of APL2.