Authors
BANA7025 - Matthew Karnes - HW2 Latest
31.10.2021
Matthew Karnes: A student in this class BANA 7025 October 30th, 2021 Hi I’m Matthew, a student in the Business Analytics program here at the University of Cincinnati. Academic Background BS in Physics with Minors in Applied Mathematics and...
3692 sym R (803 sym/8 pcs) 9 img
Laboratorio 2 Estadística - Análisis de Datos Latest
26.11.2020
Grupo 03: Kervin Alfaro, Karol Esquivel Ejercicio #1 Cargue el archivo realEstatedata.csv proveído por el profesor.Pongale el nombre que usted desee. df <- read.csv("realEstatedata2.csv",sep = ";") Ejercicio #2 y 3 Guarde un nuevo dataframe...
2088 sym R (3794 sym/7 pcs)
Karol Asprilla 6
Parcial 1-R Latest
16.02.2023
1. 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...
3915 sym R (52467 sym/65 pcs) 4 img
Anton Kasenkov 6
Reproducible Research Course Project # 2 Latest
25.11.2019
knitr::opts_chunk$set(echo = TRUE, fig.width = 12, fig.height = 8, warning = FALSE, message = FALSE) Sys.setenv(TZ = "UTC")...
2727 sym R (4094 sym/5 pcs) 2 img
Kassim 6
Reproducible research Latest
20.08.2020
knitr::opts_chunk$set(echo = TRUE) Synopsis Storms and other severe weather events can cause both public health and economic problems for communities and municipalities. Many severe events can result in fatalities, injuries, and property damage,...
1426 sym R (5183 sym/15 pcs) 3 img
Document Latest
25.09.2021
This is my first Rpubs pulication _ Sunwoo 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....
636 sym R (268 sym/2 pcs) 1 img
Katelyn McAloon 6
Katelyn McAloon's Assignment 1 Latest
22.03.2020
Credx - Analyzing the Data Merging the Data Files Duplicate Line Items within the Credit File #Checking for Duplicates within the Credit File str(credit) Duplicates<-(duplicated(credit$Application.ID)) Duplicate Line Items within the...
720 sym R (359 sym/4 pcs) 1 img
Jia Liang 6
ANLY 505-Data Simulation in R Latest
24.03.2020
Directions The objective of this assignment is to introduce you to R and R markdown and to complete some basic data simulation exercises. Please include all code needed to perform the tasks. This is an R Markdown document. Markdown is a simple...
1349 sym R (2567 sym/10 pcs) 5 img
Katie Farnes 6
FOI Model Fitting Latest
04.09.2020
This presents the parameter fitting for my FOI models. This is based on age prevalence data from Human MST scores. Model Functions get_catalytic_result = function(lambda, a){ z = 1 - exp(-lambda*a) return(z) } get_variable_result =...
1333 sym R (12478 sym/12 pcs) 14 img
KS 6
Reproducible Research Project 2 StormData Latest
16.01.2021
================================================================================ Studies on the effect of weather events on personal and property damages in US based on NOAA database....
2483 sym R (6731 sym/18 pcs) 2 img