Authors
Yina.G 7
Ass1_fall_2021 Latest
20.09.2021
Section # 01 Students must abide by UVic academic regulations and observe standards of scholarly integrity (i.e. no plagiarism or cheating). Therefore, this assignment must be taken individually and not with a friend, classmate, or group. You are...
9178 sym R (960 sym/6 pcs) 3 img
João Marcos Porto Rapozo Silva 7
minha primeira publicação Latest
30.06.2021
Semana de Arte Moderna de 22 A Semana de Arte Moderna, também chamada de Semana de 22, ocorreu em São Paulo, entre os dias 11 e 18 de fevereiro de 1922, no Teatro Municipal da cidade. O governador do estado de São Paulo da época, Washington...
1901 sym 2 img
EDA no clima de João Pessoa, Campina Grande e Patos Latest
11.04.2021
As Questões escolhidas foram: 1, 2 e 3 library(tidyverse) library(here) theme_set(theme_bw()) clima = read_csv( here("data/tempo-jp-cg-pt.csv"), col_types = cols( .default = col_double(), cidade = col_character(),...
3339 sym R (4100 sym/14 pcs) 9 img
Joe Karbowniczek 7
Reproducible Research - Course Project 2 Latest
27.01.2020
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, and preventing such outcomes to the...
1136 sym R (3071 sym/9 pcs) 3 img
Yohana 7
LBB P4DS - PS Latest
22.06.2020
1 Background 1.1 Objective This project is created as an extra task for Algoritma’s Student for portofolio. In this task, I’ll use retail.csv dataset. 1.2 Description retail.csv will show a dataset of a retail company, which run business in...
10651 sym R (11996 sym/59 pcs) 9 img
John Baldwin 7
Quiz 1 Latest
18.02.2021
# Load packages library(tidyquant) ## Warning: package 'tidyquant' was built under R version 4.0.3 ## Warning: package 'lubridate' was built under R version 4.0.3 ## Warning: package 'PerformanceAnalytics' was built under R version 4.0.3 ##...
1144 sym R (2704 sym/22 pcs)
Jonathan Chang 7
How to partially rasterize a figure plotted with R Latest
25.05.2018
If you work with datasets that are big enough in R you will eventually encounter situations where your plots are so complex that they do things like crash Preview.app on macOS. For me this happens a lot when I generate huge scatterplots with very...
4533 sym R (2187 sym/11 pcs) 6 img
jonathanscallahan 7
Basic Error Handing in R with tryCatch() Latest
08.10.2020
The R language definition section on Exception Handling describes a very few basics about exceptions in R but is of little use to anyone trying to write robust code that can recover gracefully in the face of errors. In fact, if you do a little...
3803 sym R (2261 sym/4 pcs)
Jordan Retzloff 7
Report 1 Latest
28.01.2022
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...
593 sym R (262 sym/2 pcs) 1 img
Semana 1 Latest
31.08.2020
Semana # 1 Jorge Iván Rivera Bermúdez CC: 1031164050 # Codigo para importar datos desde excel library(readxl) Data1 <- read_excel("~/Rprojects/Computacion_e/Data1.xlsx", sheet = "Data") # View(Data1) head(Data1)...
2503 sym R (3848 sym/44 pcs) 4 img