See More

#' --- #' title: Final Project 2nd Draft / Building and summarizing models #' subtitle: Building a species distribution model #' week: 14 #' type: Task #' reading: #' - Chapter [23-25 in R4DS](http://r4ds.had.co.nz) #' tasks: #' - Commit second draft of final project to GitHub for review #' - Demonstrate a simple presence/absence model in spatial context. #' - Model spatial dependence (autocorrelation) in the response. #' --- #' #' #' # Final Presentation #' #'

#' #'

It appears you don't have a PDF plugin for this browser. #' No biggie... you can click here to #' download the PDF file.

#'
#'
#'

Download the PDF

#' #' # Reading #' ## ----reading,results='asis',echo=F--------------------------------------- md_bullet(rmarkdown::metadata$reading) #' #' # Tasks #' ## ----tasks,results='asis',echo=F----------------------------------------- md_bullet(rmarkdown::metadata$tasks) #' #' # Exercise #' #' Work through the [exercise illustrated here](13_SDM_Exercise.html). You do not need to upload anything to github.