Publications by Ben Herndon, Gabriel Garze, Jeffrey Goens, Scott Michaelis

IE5342 DG01 Flipped Assignment 6

19.09.2021

Problem 1 Background One method for assessing the bioavailability of a drug is to note its concentration in blood and/or urine samples at certain periods of time after the drug is given. It is useful to compare the concentrations of two types of aspirin (types A and B) in urine specimens taken from the same person 1 hour after he or she has take...

3185 sym R (1716 sym/12 pcs) 2 img 2 tbl

IE5342 DG01 Flipped Assignment 6 (old)

18.09.2021

Problem 1 Background One method for assessing the bioavailability of a drug is to note its concentration in blood and/or urine samples at certain periods of time after the drug is given. It is useful to compare the concentrations of two types of aspirin (types A and B) in urine specimens taken from the same person 1 hour after he or she has take...

3197 sym R (1689 sym/14 pcs) 2 img 2 tbl

Practice Document

01.09.2021

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 t...

593 sym R (268 sym/2 pcs) 1 img

Document

04.09.2021

Data Wrangling Below is the script we used to bring in the data: # Resting Body Temperature and Resting Heart Rate dat<-read.csv("https://raw.githubusercontent.com/tmatis12/datafiles/main/normtemp.csv") head(dat) ## ï..Temp Sex Beats ## 1 96.3 1 70 ## 2 96.7 1 71 ## 3 96.9 1 74 ## 4 97.0 1 80 ## 5 97.1...

1305 sym R (2897 sym/25 pcs) 6 img

IE5342 DG01 Assignment 5

16.09.2021

Assignment 5 Introduction IE 5342 Group D001, flipped assignment number 5. Problem 1 Background One method for assessing the bioavailability of a drug is to note its concentration in blood and/or urine samples at certain periods of time after the drug is given. Suppose we want to compare the concentrations of two types of aspirin (types A and ...

3000 sym R (658 sym/4 pcs)

DG01 Flipped Assignment 14

06.11.2021

Factorial Designs in R Problem 1 An article in Quality Progress (May 2011, pp. 42–48) describes the use of factorial experiments to improve a silver powder production process. This product is used in conductive pastes to manufacture a wide variety of products ranging from silicon wafers to elastic membrane switches. The experiment considers p...

3453 sym R (7023 sym/16 pcs) 1 img 2 tbl

Project Part 2 Draftg

06.11.2021

Part 1 Recalculation: Part 1 of the project is involved, among other things, sample size recalculation of the sample size. The calculation is shown here, but the data and analysis will be submitted as part of the final report. This was recalculated using the the Intermediate formula for the F-Value. library(pwr) alphaLevel <- .05 confidence <- ...

2686 sym R (3095 sym/17 pcs) 4 img 1 tbl

DG01 Project Part 2

08.11.2021

Part 1 Recalculation: Part 1 of the project is involved, among other things, sample size recalculation of the sample size. The calculation is shown here, but the data and analysis will be submitted as part of the final report. This was recalculated using the the Intermediate formula for the F-Value. library(pwr) alphaLevel <- .05 confidence <- ...

2686 sym R (3095 sym/17 pcs) 4 img 1 tbl

Draft 1 Final Project

24.11.2021

Introduction This project is a three part experiment to evaulate the effect of several factors on the distance an online catapult called the Statapult can throw a virtual ball. A depiction of the Statapult is shown in Figure 1. Figure 1 Statpult from the website https://sigmazone.com/catapult/ with descriptions added The user can adjust the con...

7076 sym R (10119 sym/96 pcs) 11 img 2 tbl