Dynamic Documents with R and Knitr.
Series: Chapman & Hall/CRC the R series (CRC Press)Publisher: Boca Raton : CRC Press, Taylor & Francis, 2014Description: xxv, 190 pages ; 24 cmContent type:- text
- unmediated
- volume
- 9781482203530
- 1482203537
- 1482203545
- 9781482203547
- Intertext
- Knitr
- Statistics -- Data processing
- Technical reports
- Corporation reports
- Mathematical statistics -- Computer programs
- Technical writing -- Data processing
- Technical writing -- Computer programs
- R (Computer program language)
- MATHEMATICS -- Probability & Statistics -- General
- Corporation reports
- Mathematical statistics -- Computer programs
- R (Computer program language)
- Statistics -- Data processing
- Technical reports
- Technical writing -- Computer programs
- Technical writing -- Data processing
- Dynamische Datenstruktur
- R Programm
- Bericht Informatik
- 005.5/5 23
- QA276.4 .X54 2014
- MAT029000
- 02.13
- 05.16
Item type | Current library | Call number | Copy number | Status | Date due | Barcode | Item holds | |
---|---|---|---|---|---|---|---|---|
BOOK | NCAR Library Mesa Lab | QA276.4 .X54 2014 | 1 | Available | 50583020011692 |
Includes bibliographical references (pages 185-188) and index.
Includes bibliographical references and index.
Reproducible research -- A first look -- Editors -- Document formats -- Text output -- Graphics -- Cache -- Cross reference -- Hooks -- Language engines -- Tricks and solutions -- Publishing reports -- Applications -- Other tools -- A. Internals.
"Suitable for both beginners and advanced users, this book shows you how to write reports in simple languages such as Markdown. The reports range from homework, projects, exams, books, blogs, and web pages to any documents related to statistical graphics, computing, and data analysis. While familiarity with LaTeX and HTML is helpful, the book requires no prior experience with advanced programs or languages. For beginners, the text provides enough features to get started on basic applications. For power users, the last several chapters enable an understanding of the extensibility of the knitr package."-- Provided by publisher.
"Preface We import a dataset into a statistical software package, run a procedure to get all results, then copy and paste selected pieces into a typesetting program, add a few descriptions and finish a report. This is a common practice of writing statistical reports. There are obvious dangers and disadvantages in this process: 1. it is error-prone due to too much manual work; 2. it requires lots of human efforts to do tedious jobs such as copying results across documents; 3. the workflow is barely recordable especially when it involves GUI (Graphical User Interface) operations, therefore it is difficult to reproduce; 4. a tiny change of the data source in the future will require the author(s) to go through the same procedure again, which can take nearly the same amount of time and effort; 5. the analysis and writing are separate, so close attention has to be paid to the synchronization of the two parts; In fact, a report can be generated dynamically from program code. Just like a software package has its source code, a dynamic document is the source code of a report. It is a combination of computer code and the corresponding narratives. When we compile the dynamic document, the program code in it is executed and replaced with the output; we get a final report by mixing the code output with the narratives. Because we only manage the source code, we are free of all the possible problems above. For example, we can change a single parameter in the source code, and get a different report on the fly."-- Provided by publisher.