Nothing
## LOAD PACKAGES HERE library(knitr) library(rprojroot) library(NMproject) ## DO NOT MODIFY THE REST OF THIS BLOCK (unless you know what you're doing) opts_knit$set(root.dir = find_root( has_file(".Rprofile") | is_rstudio_project | is_r_package | is_git_root )) opts_chunk$set(echo = TRUE) opts_chunk$set(message = TRUE)
# devtools::load_all() ## to load any R functions in R/ set.seed(1234)
This is a reproducible notebook showing model development code blocks with notes documenting modeller decision making. It functions as a lab notebook developed interactively interactively in RStudio. The final step should be Knit
to produce an html version of this model development notebook.
## TIP: First object ## Type "m1 <- new_nm" and hit TAB for code completion ## Note: requires model file and dataset
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.