Authors
Andrea Felix 48
U1A3 Latest
02.09.2020
##U1A3: Distribucion de frecuencia de casos confirmados decesos, recuperados de COVID-19 en China utilizando datos de la universidad Johns Hopkins ##Importar library(readr) #Leer archivos library(plotly) #Graficos interactivos ## Loading required...
540 sym R (4037 sym/27 pcs) 7 img
Luis Anunciacao 48
Projeto - Estratégias TDR Latest
23.11.2019
Método Análise estatística de dados As análises estatísticas foram realizadas sucessivamente. Inicialmente, a base foi investigada em busca de inconsistências ou erros. Um relatório anexo é inserido com o resultado detalhado. Em seguida,...
10971 sym R (12335 sym/12 pcs) 19 img 5 tbl
pretty plots 1 Latest
14.09.2020
notebook setup Below, we load the two libraries used to make our plots. Make sure to un-comment and install these if you do not already have them. We then create a saved variable with a list of ggplot variables. These are cosmetic features that...
1942 sym R (7002 sym/3 pcs) 2 img
Daurin Nabilatul Munna,Prof.Dr.Suhartono,M.Kom 48
Sistem Operasi Arimatika Latest
27.09.2021
Sistem Operasi Aritmatika Operasi Aritmatika adalah sebuah cara untuk menghitung bilangan paling dasar, Operasi Aritmatika dasar meliputi Penjumlahan, Penggurangan, Perkalian, Pembagian.Sistem Operasi Aritmatika juga mempunyai tingkatan dalam...
581 sym R (423 sym/7 pcs)
Bob Rudis (@hrbrmstr) 48
R vs Spreadsheets Latest
08.01.2014
One of the myriad of reasons we created the Data Driven Security blog was to provide pointers to data analysis and visualization resources for security domain experts who may have not been exposed to these types of tools. I’d venture a posit...
2092 sym 4 img
Juan Pablo 48
U1A1 Latest
03.09.2020
#primer script de probabilidad y estadistica para isw #26/08/2020 #Juan Pablo Valenzuela setwd("~/PyE12") #cargar tidyverse library(tidyverse) ## -- Attaching packages ------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.2 v...
6 sym R (712 sym/5 pcs) 1 img
# R Bridge Week 1 Assignment Latest
15.07.2020
R Bridge Week 1 Assignment 1. Write a loop that calculates 12-factorial factorial = 1 for (n in 1:12){ if(n == 1) factorial= 1 else { factorial <- factorial * n } cat(n, "!:", factorial, "\n") } 2. Show how to create a numeric...
342 sym R (520 sym/3 pcs)
Daniel Lee 48
Homework #1 Latest
06.09.2022
Welcome Ch1 Introduction The data science project workflow Prerequisites R RStudio r packages Install the tidyverse package Running R code 1+2 ## [1] 3 Getting help Google Stackoverflow Ch2 Introduction to Data Exploration Ch3 Data...
1377 sym R (1715 sym/12 pcs) 7 img
MEND plus MCMC Latest
28.07.2020
# TODO change this once the mcmc branch is merged in! devtools::install_github('kdorheim/MENDplus', ref = 'mcmc_dev') ## Skipping install of 'MENDplus' from a github remote, the SHA1 (3d8384d4) has not changed since last install. ## Use `force...
1094 sym R (17397 sym/8 pcs) 2 img