Authors
Thinking About Data Latest
02.09.2020
Key Points According to a survey conducted by Pew Research Center, a majority of Americans want to see more women in positions of power. However, this desire is held differently among men and women, and republicans and democrats. Left-leaning...
1326 sym
juanl 7
filter Latest
11.02.2020
library(datos) ## Warning: package 'datos' was built under R version 3.5.3 library(tidyverse) ## Warning: package 'tidyverse' was built under R version 3.5.3 ## -- Attaching packages ----------------------------------------------- tidyverse 1.3.0...
6 sym R (8752 sym/32 pcs) 1 img
Reproducible Research Week 2 Project Latest
09.07.2020
Loading and preprocessing the data We are going to load, extract and read the data from the dataset Activity monitoring data # This section deals with the downloading the compressed file and # extracting it contents. dataFile <-...
2203 sym R (6079 sym/47 pcs) 4 img
Виктория Кузина Владиславовна 7
Report about airports, 2019 Latest
05.05.2021
Заказчик: Руководство аэропортов Цели заказчика: Максимизировать выручку. Найти новую стратегию, которая будет эффективной для...
7730 sym 2 img 2 tbl
Viktoria Sergeevna Frolova 7
File 1 Latest
23.01.2023
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...
591 sym 1 img
Guillermo 7
CBB In Class Activity Latest
23.02.2022
College Basketball Analytics This data set is data from the 2015 college basketball season. It outlines tons of statistics about every D1 NCAA basketball team. This particular dataset, as well, was compiled following the 2015 March Madness...
614 sym R (112 sym/1 pcs) 1 img
Vicente Moggia 7
Tarea 3 optativa Latest
16.09.2020
P1 Cargue la base de datos Act3_S2_2020.csv y los paquetes que sean necesarios para trabajar un data.table.(1 punto) library(data.table) path<-"/Users/aguvicho/Desktop/Data science/Bases tarea 3/" setwd(path) datos<-fread("Act3_S2_2020.csv") P2...
2901 sym R (810 sym/12 pcs)
Vincenzo Pescara 7
Actividad 3 - Pescara Latest
04.05.2020
P1 Cargue la base de datos Act3.csv y los paquetes que sean necesario para trabajar un data.table. install.packages("data.table") library(data.table) act3<-fread("Act3.csv", fill=T) P2 Revise la base de datos y elimine las aplicaciones que se...
1708 sym R (1441 sym/16 pcs)
Vince Ubaike 7
Quiz 1 Latest
09.09.2020
# Load packages library(tidyquant) library(tidyverse) # for count() function # Import S&P500 Stock Index SP500 <- tq_index("SP500") SP500 ## # A tibble: 505 x 8 ## symbol company identifier sedol weight sector shares_held...
844 sym R (1735 sym/4 pcs)
Vinícius Lúcio 7
Segundo Trabalho de Estatística Latest
18.04.2023
library(readxl) Questionario_Estresse <- read_excel("~/Questionario_Estresse.xls") View(Questionario_Estresse) Questionario_Estresse$Turma = ifelse(Questionario_Estresse$Turma == 1, "2007_2",...
794 sym R (3079 sym/10 pcs) 1 img