Authors
Marcelo Araya 6
Ejercicios Markdown Latest
28.09.2023
Ejercicio 2 Uso de Quarto como Markdown Este es un ejercicio que busca implementar herramientas que hemos aprendido durante la lección de hoy. Algunos animales con los que he trabajado son Danaus plexippus y Duellmanohyla rufioculis. Forma #1 #al...
1558 sym R (1352 sym/29 pcs) 8 img 1 tbl
Take home exam Latest
28.09.2023
Task 1 Finding the data data() data(package = .packages(all.available=TRUE)) #install.packages("carData") library(carData) mydata <- force(Angell) head(mydata) ## moral hetero mobility region ## Rochester 19.0 20.6 15.0...
9140 sym R (16365 sym/90 pcs) 8 img
R Home Exam - Ivana Tonevska Latest
28.09.2023
Ivana Tonevska TASK 1 #data(package = .packages(all.available = TRUE)) library(carData) mydata <- force(Salaries) head(mydata) ## rank discipline yrs.since.phd yrs.service sex salary ## 1 Prof B 19 18 Male...
10276 sym R (18522 sym/92 pcs) 8 img
Data Manipulation using dplyr Latest
30.09.2023
class: center, middle, inverse, title-slide .title[ # Data Wrangling ] .subtitle[ ## using tidyverse ] .author[ ### Allan R. Lao, MBA, DIT ] .date[ ### Department of ICT 2023-09-30 ] --- # The hflights Dataset Includes data on all...
49838 sym
Eugenio Odriozola 6
Homework 1 Latest
03.10.2023
##Answer 6 of the next 7 points Pregunta 1 Load the file “cars.xlsx” into a variable named “my_data” and check the structure using str() and glimpse() # Cargar la librería readxl library(readxl) library(dplyr) ## ## Attaching package:...
2362 sym Python (12500 sym/26 pcs) 1 tbl
Jesus Gallardo Esparragoza 6
Analisis Multivariado viviendas 1 Latest
03.10.2023
Limpieza de Datos library(paqueteMODELOS) data(vivienda) vivienda$barrio <- gsub("á", "a", vivienda$barrio) vivienda$barrio <- gsub("é", "e", vivienda$barrio) vivienda$barrio <- gsub("í", "i", vivienda$barrio) vivienda$barrio <- gsub("ó",...
6179 sym R (16867 sym/14 pcs) 6 img 2 tbl
David Gonzalez 6
Document Latest
03.10.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
Nailton Alves de Alcantara 6
RELATORIO Latest
04.10.2023
Introdução A análise de dados desempenha um papel fundamental no mundo atual, fornecendo insights valiosos e orientando decisões informadas. Este relatório foi criado utilizando o ambiente de programação estatística RStudio, uma poderosa...
1329 sym 1 img
Youtube Trending Analysis 2022 Latest
04.10.2023
Youtube Video Analysis Row Youtube Analysis...
100 sym