Authors

Rosa Isela Loera Romero 23

Caso 1. Regresión lineal simple Estatura PesoKgs de jugadores FIFA en R Latest

15.09.2022

1 Objetivo Construir y evaluar un modelo de regresión lineal simple para realizar predicciones de peso de jugadores de fútbol con los datos de FIFA de acuerdo a la variable estatura 2 Descripción Cargar librerías Cargar datos Seleccionar...

7919 sym R (8417 sym/42 pcs) 6 tbl

Rachel Mariman 23

Data 101: Homework 1 Latest

16.12.2021

Question #1 Investigate the relationship between the number of cylinders () and highway fuel efficiency. Look at the variables, and decide which type of plot (scatterplot, line plot, boxplot, or bar chart) best summarizes their relationship....

2196 sym R (699 sym/4 pcs) 3 img

Robin Lovelace - R 23

Installing rgdal in Ubuntu 13.04 Latest

26.11.2013

The Geospatial Data Abstraction Library (GDAL) is a workhorse of digital mapping. Written in c++, it underpins many online and desktop geoprocessing programs including QGIS and GeoServer. Through its OGR library, GDAL enables the import and...

3548 sym Python (1119 sym/2 pcs)

Charls Joseph 23

Data621-assign1 Latest

29.02.2020

Multiple Linear Regression library(MASS) library(caret) library(car) library(corrplot) library(knitr) library(mice) Load the dataset Load the data set that was curated after the preliminary explanatory analysis. Plotted a correlation matrix...

4626 sym R (22966 sym/99 pcs) 12 img 3 tbl

Gloria Abigail Rivera Cúa 23

Solución de Ejercicios de especificación Latest

26.03.2020

Generando la matriz X’X options(scipen = 9999999999) matriz_xx<-matrix(data = c(25,4586, 2018, 4586, 1030398, 364545, 2018, 364545, 204312),nrow = 3,ncol = 3,byrow = TRUE)...

534 sym R (3051 sym/32 pcs)

Plot tweet Latest

13.11.2020

...

7 sym 2 img

Christoph Safferling 23

Rock around the data clock Latest

21.10.2014

I had to visualize an hourly distribution of some KPI (assume logins / registrations / purchases per hour), so the idea was, why not build a clock? It’s a nice and intuitive way to present this data. The problem is, that the clock has only 12...

1954 sym R (1153 sym/7 pcs) 10 img

Daniel Lee 23

Code Along 1 Latest

05.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...

1373 sym R (1791 sym/9 pcs) 3 img

diana arce 23

Caso 2. Tablas de frecuencias. Nombres de personas Latest

27.02.2021

Objetivo Realizar una interpretación de datos a partir de una simulación de un conjunto de datos cualitativos y por medio de una distribución de frecuencias y visualización gráfica de datos. Descripción A través de un proceso que incluye...

18819 sym

Françoisn - 23

ggnetwork: Network geometries for ggplot2 Latest

28.03.2016

This note is a shameless plug demo of the ggnetwork package, which provides several geoms to plot network objects with ggplot2, and which just got published on CRAN. See the package vignette for a more detailed guide to its functionalities. Our...

6241 sym R (329 sym/2 pcs) 6 img