株式会社極東書店トップ > 商品一覧 > Testing R Code.
商品詳細
Testing R Code. Rのコードをテストする
・ISBN 978-1-4987-6365-3 2017 hard GB£ 51.99
¥16,470.- (税込) ※(※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。
・ISBN 978-0-367-78237-5 2021 paper GB£ 54.99
¥17,420.- (税込) ※(※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。
電子版あり 大学・学術機関向け電子ブック(eBook)ISBN 978-1-315-38028-5
| 著者・編者 | Cotton, Richard, |
|---|---|
| シリーズ | Chapman & Hall/CRC The R Series |
| 出版社 | (Chapman & Hall / CRC, US) |
| ページ数 | 196 pp. |
| 言語 | ENG |
| ニュース番号 | <635-386 635-P694> |
解説
Learn how to write R code with fewer bugs.
The problem with programming is that you are always one typo away from writing something silly. Likewise with data analysis, a small mistake in your model can lead to a big mistake in your results. Combining the two disciplines means that it is all too easy for a missed minus sign to generate a false prediction that you don't spot until it's too late. Testing is the only way to be sure that your code, and your results, are correct.
Testing R Code teaches you how to perform development-time testing using the testthat package, allowing you to ensure that your code works as intended. The book also teaches run-time testing using the assertive package; enabling your users to correctly run your code.
After beginning with an introduction to testing in R, the book explores more advanced cases such as integrating tests into R packages; testing code that accesses databases; testing C++ code with Rcpp; and testing graphics. Each topic is explained with real-world examples, and has accompanying exercises for readers to practise their skills - only a small amount of experience with R is needed to get started!