Authors

Jacob Simmering 17

How slow is R really? Latest

28.01.2013

One thing you always hear about R is how slow it is, especially when the code is not well vectorized or includes loops. But R is an interpreted language and its strong suit really isn’t speed but rather the comparative advantage is the 4,284...

2971 sym R (218 sym/1 pcs)

Jacob Morales Barajas 17

Frecuencia de nombres Latest

10.09.2021

Frecuencia de nombres de personas Se importan los datos proporcionados en la url con la opcion read.csv() nombres <- read.csv("https://raw.githubusercontent.com/rpizarrog/datos/main/nombres%20y%20apellidos.csv", encoding = "UTF-8") tail(nombres)...

804 sym R (162989 sym/15 pcs) 1 img

James Malloy 17

eprs-8540-hw1 Latest

21.01.2022

library(tidyverse) library(modelsummary) library(haven) library(psych) library(tibble) library(broom) library(knitr) df_hsls <- read_spss("Datasets/HSLS_50_pct_sample_30_vars.sav") 1. Using unweighted observations, generate the N (or count...

3296 sym R (1782 sym/14 pcs) 3 img 8 tbl

Jamie Lendrum 17

Welcome! Latest

27.12.2017

Welcome to my blog! A brief introduction to me is on the About page – head over there now before reading on! So I’ve been a Data Scientist for about 6 months now and already I feel like I’ve been on quite a journey. Below is a summary of...

4076 sym

Jesus Emmanuel Gaucin Reyes 17

Leer datos personas URL y publicar Latest

03.09.2021

Importar datos de personas leer datos personas utilizar la funcion read.csv() para leer datos de personas de una direccion Url personas <- read.csv("https://raw.githubusercontent.com/rpizarrog/datos/main/personas.csv",encoding = "UTF-8") Mostrar...

197 sym R (1578 sym/3 pcs)

Justin 17

Test Latest

24.10.2021

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

593 sym R (262 sym/2 pcs) 1 img

Schullandschaft Latest

10.04.2023

Projektbeschreibung Mittels der Digitalisierung der Schulberichte ab dem Jahr 1978 die Entwicklung von Raumbedarfen und Kapazitätsveränderung in der Schullandschaft Heidelberg beschreiben und analysieren zu können....

1441 sym Python (9193 sym/34 pcs) 11 img 3 tbl

Jhonathan Aponte Saravia 17

Explorando datos vectoriales y Raster Latest

02.07.2020

# Exploring vector data and raster data. # Load packages library(sp) library(maptools) # spatial vector data ## Checking rgeos availability: TRUE library (rgdal) # Geospatial Data Abstraction Library for spatial data ## rgdal: version:...

9 sym R (7292 sym/40 pcs) 4 img

Document Latest

09.10.2022

Paquetes necesarios para trabajar: library(haven) library(ggplot2) library(hrbrthemes) library(viridis) library(quantreg) library(data.table) library(corrplot) library(pastecs) library(gmodels) library(pheatmap) Pregunta 1 Pretendemos...

15984 sym R (13142 sym/23 pcs) 5 img

Joel Predix 17

temp Latest

03.11.2022

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