Authors
Amit Harari 7
Document Latest
27.04.2024
#Q2 # Summary statistics for age summary(data_modified$age) ## Min. 1st Qu. Median Mean 3rd Qu. Max. ## 18.50 23.00 25.00 28.85 31.00 67.00 # Gender distribution table(data_modified$gendermale1) ## ## male famale ##...
202 sym 10 img
Jorge Tilano 7
Notas de Fisica Mecánica Latest
28.04.2024
Librerías library(tinytex) # Para el latex library(knitr) # Para las tablas bonitas library(kableExtra) # Para las tablas bonitas en html library(tidyverse) # Para los pipelines %>% library(ggplot2) # Para graficar library(tidyr) # Gather,...
23245 sym R (16836 sym/71 pcs) 23 img 3 tbl
Alfredo Ludmir Aro Terleira 7
Sustitutorio resuelto Latest
08.05.2024
1. Regresión Gaussiana #install.packages("rio") library(rio) data_A = import("Ceplan.xlsx") Filtramos la base de datos para solo tomar en cuenta las provincias #install.packages("dplyr") library(dplyr) ## ## Attaching package: 'dplyr' ## The...
7920 sym R (21062 sym/143 pcs) 9 img 13 tbl
Yhara y Romina 7
Document Latest
08.05.2024
Data 1 library(rio) ## Warning: package 'rio' was built under R version 4.3.3 data= import("Capítulo 100_600 Caracteristicas y Servicios del Hogar.csv") str(data) ## 'data.frame': 21767 obs. of 92 variables: ## $ FECHA_CORTE : int...
1617 sym R (6142 sym/14 pcs)
Document Latest
09.05.2024
Alessandro Andriulo This is an R Markdown Notebook. When you execute code within the notebook, the results appear beneath the code. Try executing this chunk by clicking the Run button within the chunk or by placing your cursor inside it and...
1952 sym
Aniket kumar 7
Document Latest
15.05.2024
library(leaflet) Create a Leaflet map map <- leaflet() %>% addTiles() %>% # Add default OpenStreetMap tiles setView(lng = -0.12755, lat = 51.507222, zoom = 10) # Set initial view to London Add a marker map <- addMarkers(map, lng = -0.12755, lat...
306 sym
Ponce, Juliet 7
Prueba Latest
15.05.2024
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...
598 sym 1 img
Ana Di Nezio 7
Customer Analytics Latest
15.05.2024
INTRODUCCION 1) Entorno de trabajo Antes de explorar los datos, se configura el entorno de trabajo. Se configura el entorno de trabajo instalando readr, ggplot2, pastecs, patchwork, dplyr, plotly y el dataset transactions.csv. Nota: Reemplazar la...
5358 sym R (17596 sym/44 pcs) 3 img
Preguntas 1 y 2 Latest
15.05.2024
library(rio) data = import("dataPeru.xlsx") “DEPARTAMENTO” : Departamento del Peru “UBIGEO”: Ubigeo del departamento “buenEstado”: Porcentaje de locales escolares en buen estado “contribuyentesSunat”: Cantidad de contribuyentes a...
627 sym R (1819 sym/6 pcs)
Niels Pacheco 7
Meta-analysis example - Thrombectomy in latam Latest
18.05.2024
——————Meta analysis of proportions for mRS 0-2 at 3 months n(%) ——————————————— # Define the data as a text variable data_text <- "First Author\tsample\tmRS Yang 2020\t327\t119 Kiriinya 2023\t84\t25 Yang...
2298 sym R (53486 sym/64 pcs) 24 img