1.5 Let’s go: install PPBstats and the data used in the book!

To install the package, follow the instructions here.

Once it is install, load the package

library(PPBstats)

and download the data used in this tutorial (this is useful to earn lots of time!) here.

The following examples have been performed with the following R version :

unlist(sessionInfo()$R.version)
##                       platform                           arch 
##          "x86_64-pc-linux-gnu"                       "x86_64" 
##                             os                         system 
##                    "linux-gnu"            "x86_64, linux-gnu" 
##                         status                          major 
##                             ""                            "3" 
##                          minor                           year 
##                          "6.0"                         "2019" 
##                          month                            day 
##                           "04"                           "26" 
##                        svn rev                       language 
##                        "76424"                            "R" 
##                 version.string                       nickname 
## "R version 3.6.0 (2019-04-26)"           "Planting of a Tree"