Publications by Jesse

Jesse

17.10.2024

About the Challenge Expo The Annual Data Challenge Expo is jointly sponsored by three American Statistical Association (ASA) Sections – Statistical Computing, Statistical Graphics, and Government Statistics. Data The atmos data set resides in the nasaweather package of the R programming language. It contains a collection of atmospheric varia...

1882 sym R (659 sym/3 pcs) 1 img

10/17/2024 Class Exercise

17.10.2024

Section 1 mpg which shows the Miles/(US) gallon cyl shows the number of cylinders of an engine disp shows engine displacement (cu.in.) hp shows Gross horsepower drat shows Rear axle ratio wt shows Weight (1000 lbs) qsec is the 1/4 mile time vs is the type Engine (0 = V-shaped, 1 = straight) am type of Transmission (0 = automatic, 1 = manual) gea...

509 sym 1 img

AppendixB

06.07.2024

Libraries used library(readxl) ## For reading Excel files in R library(dplyr) ## Mutating variables + more library(kableExtra) ## For making tables library(ggplot2) ## For making plots library(tidyverse) ## For making tables library(lme4) ## For fitting LMM library(lmerTest) library(cowplot) ## For making plots to check LMM assumptions Data...

285 sym R (31230 sym/35 pcs) 10 img 2 tbl

Group 2 Labs 07 - Mixed effects: random intercept

24.11.2023

Exercise 1 Question: Create a table1 and use GGally::ggpairs to explore your data. conirostris(N=185) difficilis(N=102) fortis(N=510) fuliginosa(N=318) magnirostris(N=90) scandens(N=229) Beak height (mm) Mean (SD) 14.9 (1.63) 8.17 (0.494) 12.3 (1.29) 8.00 (0.508) 19.9 (1.83) 9.56 (0.584) Median [Min, Max] 15.0 [10.5, 18.7] 8.10 [7.10, 9.70] 12....

2795 sym 12 img 1 tbl

Lab 03 - Medical Statistics

20.10.2023

The full assignment for this lab can be found here In this lab, you will assume that \(\pi=62\%\) is the very true population proportion. In reality, we cannot observe this value, but for the purpose of this lab we will create this hypothetical population. We will then sample our data from our hypothetical population, exploring how samples vary fro...

7570 sym 10 img

Lab 02

11.10.2023

In this lab we explore flights, specifically a random sample of domestic flights that departed from the three major New York City airports in 2013. We will generate simple graphical and numerical summaries of data on these flights and explore delay times. You can find the instructions for this lab here # 1. load the library "tidyverse" library(tidy...

3190 sym 7 img

Who Had the Best Fantasy Football Season Ever?

23.06.2016

Who had the best fantasy football season ever? Well like most “best ever” lists, the real answer is… it depends. The results you get depend on how you define “best” and how you slice and dice the data. Want to claim James Brim is the best WR of all-time? We can do that… I mean come on if only he played a few more games.Before we star...

4770 sym R (6239 sym/5 pcs) 12 img

Visualizing the Fragile State Index 2016

18.09.2016

Every year the Fund For Peace produces the Fragile State Index, a list that scores each nation across 12 social, economic, and political dimensions with the sum of these scores being a total measure of that nations vulnerability to collapse. While the most fragile nations tend to always have high (bad) scores across all dimensions, this isn’t a...

1291 sym R (847 sym/1 pcs)

Fantasy Value So Far This Year: ADP vs VOR

09.12.2016

Since I am already knocked out of the playoffs (our league playoffs start in week 12), I thought it would be interesting to see which players ended up being the best and worst values of this years draft. It’s only week 13 so these numbers will change by the end of the season and I will update the final results after week 17. Draft Value (aka yo...

2661 sym R (3002 sym/1 pcs) 1 tbl

End of Season Fantasy Round Up: Draft Values, Busts, and Best Free Agents of the 2016 Season

05.01.2017

A few weeks back I posted an article looking at the biggest values of the 2016 fantasy season through week 13. Now that the season is over, let’s rerun the analysis and see what happens.The methodology is the same as before. Simply taking the ratio of the average draft position (ADP) to the player’s Value Over Replacement (VOR) ranking. The ...

4835 sym R (6469 sym/1 pcs) 3 tbl