Tara Kenner
/
2019-02-01
To investigate the difference between an exothermic and endothermic reaction
[…] Creating datatables in R.
#Vinegar and Baking soda library(tidyverse) #Create vectors for the data from my experiments. Time_seconds = c(0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110) Temp_VinegarBakingSoda_5g…
Tara Kenner
/
2018-08-06
So over the summer, I took some Algebra/Advanced Algebra classes at Saturday Academy at PSU. We covered Exponents, Logarithms, matrices, polynomials, quadratics, solving systems of equations w/different methods, Factorisation, Graphing of functions,compound interest……
My favorite: Matrices, and…
Tara Kenner
/
2018-04-29
library(tidyverse) movie_title <- c("Get Out", "Casablanca", "Lady Bird", "Mad Max", "The Godfather", "Moonlight") release_year <- c(2017, 1942, 2017, 2015, 1972, 2016) box_office_mill <- c(254, 1, 70, 370, 245, 55) moviedata <-…