-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.Rmd
35 lines (26 loc) · 1.6 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: "Soil Predictions using MIR-Spectroscopy"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
description: ""
---
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```
# Introduction
![](./images/soil-pic.png)
This guide documents the use of MIR-spectroscopy at the **Woods Hole Research Center**, to predict various soil health properties. It is aimed at helping other teams build soil spectral libraries, create models from their data, access model performance against known values, and ultimately make predictions on new data. The machine learning methods outlined in this document were selected after assessing the performance of a variety of models. This process is explained in the following paper:
*Dangal S.R.S., J. Sanderman, S. Wills, and L. Rameriz-Lopez. 2019. [Accurate and Precise Prediction of Soil Properties from a Large Mid-Infrared Spectral Library](https://www.mdpi.com/2571-8789/3/1/11). Soil Systems 3(1):11. doi:10.3390/soilsystems3010011*
Questions and comments can be sent to [email protected] or [email protected]
![Jonathan Sanderman](./images/jsanderman.png) ![Shree Dangal](./images/sdangal.png) ![Charlotte Rivard](./images/crivard.png)
**Woods Hole Research Center**
Website: [whrc.org](https://whrc.org/)
Instagram: [woodsholeresearchcenter](https://www.instagram.com/woodsholeresearchcenter/)
Address: 149 Woods Hole Rd, Falmouth, MA 02540
![](./images/logo2.png)