Publications by Dave Gosser
Document
Introduction Previously, manual titration and potentiometric titration laboratory techniques were utilized to determine the concentration of a monoprotic acid solution. In this experiment, a more systematic approach to titration was performed through an Autotitrator, in which the base of a known concentration is added in timely increments to neutra...
4141 sym R (4813 sym/19 pcs) 3 img
Document
# library(read) data <- read.csv("Autotitration lab.csv") VolVect <- data$volume VolVect ## [1] 0.000 0.005 0.010 0.023 0.054 0.132 0.328 0.528 0.728 0.928 ## [11] 1.128 1.328 1.528 1.728 1.928 2.128 2.328 2.528 2.728 2.928 ## [21] 3.129 3.329 3.529 3.729 3.929 4.129 4.329 4.529 4.729 4.929 ## [31] 5.129 5.329 5...
17 sym R (3740 sym/12 pcs) 2 img
Quatro
Binding Analysis Quarto Quarto enables you to weave together content and executable code into a finished presentation. To learn more about Quarto presentations see https://quarto.org/docs/presentations/. Bullets When you click the Render button a document will be generated that includes: Content authored with markdown Output from executable code...
534 sym
Tania's Project
mydata <- read.csv("Titration Trial 1.csv", header = TRUE, ) mydata ## Volume.of.NaOH..ml. pH X ## 1 0.00 3.17 NA ## 2 1.00 3.47 NA ## 3 2.00 3.47 NA ## 4 3.00 3.90 NA ## 5 4.00 4.06 NA ## 6 5.00 4.18 NA ## 7 6.00 4.27 NA ##...
21 sym 2 img
R for Science
R Markdown Intro to R Every programming language has similar elements. We need to input data, identify variables, perform calculations, create functions, control program flow, and output data and graphics. The R language is attractive in that it has it has a full online development environment -RStudio Cloud- and built in functions for regression ...
4526 sym Python (7271 sym/75 pcs) 8 img
Another Sample Markdown
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the...
518 sym 1 img
My Sample Markdown
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the...
480 sym 1 img
my sample rmarkdown
Big Header Middle Header Small Header This is a paragraph of text. Blah Blah …. This is an equation \(y = x^2\) \(\frac{a}{b \cdot \alpha}\) \[y = x^2\] \(Abs = \epsilon [A]b\) x <- seq(1,20,1) y <- x^2 plot(x,y) ...
188 sym 1 img
Document
Introduction Height is the Linear regression of shoe size versus height of different male idols Data source For this analysis, data was collected from various profile page for boy groups. The data was collected from mainly Seventeen and NCT. The height and shoe size of 15 male idols were collected. Height is in centimeter and shoe size is also ...
393 sym 2 img