Authors
Pheroze 23
NDMA_Preprocessing_Embu Latest
15.10.2024
NDMA Data Pre processing The following are steps undertaken for initial pre processing of NDMA data. The data is dis aggregated per county for all 23 counties - ASAL. The information covers the years of 2000 - 2020, where data prior to 2016 was...
3062 sym R (8968 sym/76 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)
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
PRUEBA Latest
05.01.2022
EFA™ 2019 diciembre Una empresa del sector alimentación cotiza a 50 € y tiene un BPA de 4 €. El PER medio del sector es de 13. ¿Qué podemos deducir de estos datos? Que 13 es un nivel de PER difícilmente sostenible. Esta empresa cotiza...
44536 sym
Alejandro Rosales Espinoza 23
Frecuencias de Alumnos de nivel superior Latest
18.09.2020
#Cargar librerias library(fdth) ## ## Attaching package: 'fdth' ## The following objects are masked from 'package:stats': ## ## sd, var library(readr) #Cargar los datos de la direccion citada datos.alumnos <-...
566 sym R (24519 sym/79 pcs) 18 img