This presentation demonstrates an application of statistics in chemistry, specifically the Beer-Lambert Law. In this presentation we will estimate the linear relationship between concentration and absorbance.
library(ggplot2) library(dplyr)
## ## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats': ## ## filter, lag
## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union
library(plotly)
## ## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2': ## ## last_plot
## The following object is masked from 'package:stats': ## ## filter
## The following object is masked from 'package:graphics': ## ## layout
knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = FALSE)