## 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)

Introduction

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.

Model development

## TIP: First object
##  Type "m1 <- new_nm" and hit TAB for code completion
##  Note: requires model file and dataset


tsahota/NMproject documentation built on Oct. 1, 2022, 11:51 a.m.