Publications by Jefes de práctica: Airam Bello y Chiara Zamora
Document
library(rio) vivienda=import("reporte_V.xlsx") ## New names: ## • `` -> `...2` ## • `` -> `...3` ## • `` -> `...4` ## • `` -> `...5` ## • `` -> `...6` ## • `` -> `...7` ## • `` -> `...8` ## • `` -> `...9` ## • `` -> `...10` ## • `` -> `...11` ## • `` -> `...12` ## • `` -> `...13` ## • `` -> `...14` ## • ``...
71 sym R (24119 sym/59 pcs)
E3 - Trabajo EST2
Entrega 3 - Maricarmen Amador Trabajo individual Row Variables dento del análisis [1] "DEPARTAMENTO" "PROVINCIA" "UBIGEO" "Esperanza_vida" [5] "Población" "Urbano" "P_agua_luz" "Año_estud" [9] "P_alfabeta" "P_asegurada" "P_presu_usado" "Nivel_pobreza" [13] "Indice_corr" "Ing_fam" ...
3523 sym 8 img 3 tbl
Extra del examen parcial
Scrapeo de wikipedia library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.5.0 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ...
705 sym R (21486 sym/54 pcs) 1 tbl
Examen Parcial
library(rio) library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.5.0 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ t...
520 sym R (5201 sym/24 pcs) 1 tbl
PREGUNTA 1 PARCIAL
library(rio) library(DescTools) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union data=import("dataPeru.xlsx") data$porcentajeContribuyentes <- (data$contribuy...
14 sym R (2070 sym/11 pcs)
Prueba 1
La base de datos contiene los valores correspondientes a cinco índices elaborados por el Instituto V-Dem para un total de 179 países en el año 2023: * Electoral democracy index (v2x_polyarchy) * Liberal component index (v2x_liberal) * Participatory component index (v2x_partip) * Deliberative component index (v2xdl_delib) * Egalitarian compo...
2857 sym R (5678 sym/23 pcs) 1 img 6 tbl
Document
Para esta sesión, vamos a necesitar cargar de nuevo la base de urbanización. Para quienes exportaron la base de datos, podemos cargarla usando el comando import. ```r library(rio) data="https://github.com/Alexanderbenit7/EAP2_2023-2/raw/main/data/urban.xlsx" urban=import(data) 1. Limpieza de datos En esta sección, veremos otros caminos p...
7139 sym R (23183 sym/74 pcs)