Authors

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

Kazusa Yoshimura 6

JICA_Malawi_Draft Latest

30.04.2021

Sampling The Malawi Smallholder Horticulture Empowerment and Promotion (MA-SHEP) survey has been implemented from February - March 2022. The survey targeted a total of 2,120 farmers from 108 farmers’ groups in 18 regions of Dowa East, dowa West,...

8895 sym 49 img 5 tbl

Kelsey Blackstone 6

Homework 3 Latest

10.03.2020

## Loading required package: ggplot2 ## ## Attaching package: 'plotly' ## The following object is masked from 'package:ggplot2': ## ## last_plot ## The following object is masked from 'package:stats': ## ## filter ## The following...

734 sym R (7109 sym/24 pcs) 17 img 2 tbl