Publications by Isabel Fernández

Modelos Lineales Generalizados

01.10.2024

Carga de datos ## install.packages("devtools") # solo la primera vez ## devtools::install_github("centromagis/paqueteMODELOS", force =TRUE) library(paqueteMODELOS) ## Loading required package: boot ## Loading required package: broom ## Loading required package: GGally ## Loading required package: ggplot2 ## Registered S3 method overwritten by 'GG...

8906 sym Python (14090 sym/47 pcs) 14 img

Actividad1_Unidad2

05.09.2024

carga de paquete y datos library(paqueteMODELOS) ## Loading required package: boot ## Loading required package: broom ## Warning: package 'broom' was built under R version 4.3.3 ## Loading required package: GGally ## Warning: package 'GGally' was built under R version 4.3.3 ## Loading required package: ggplot2 ## Warning: package 'ggplot2' was buil...

11277 sym Python (235948 sym/63 pcs) 1 img

Unidad 1 - Modelos Multivariados

14.08.2024

carga de paquete y datos library(paqueteMODELOS) ## Loading required package: boot ## Loading required package: broom ## Warning: package 'broom' was built under R version 4.3.3 ## Loading required package: GGally ## Warning: package 'GGally' was built under R version 4.3.3 ## Loading required package: ggplot2 ## Warning: package 'ggplot2' was buil...

4366 sym Python (17786 sym/82 pcs) 9 img

Actividad-3

21.04.2024

Punto 1 library(paqueteMETODOS) ## Loading required package: cubature ## Loading required package: 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 ## Loading required p...

4213 sym Python (9945 sym/77 pcs) 14 img

Metodos y Simulación - Unidad 2

18.03.2024

Problema 1 - Estimación del valor de π punto a x = runif(1000,0,1) head(x) ## [1] 0.01842309 0.23500860 0.77610068 0.84696904 0.03474655 0.89149348 punto b y = runif(1000,0,1) head(y) ## [1] 0.34261697 0.82910696 0.06396366 0.02159473 0.20978864 0.88952581 punto c distancia <- numeric(length(x)) for (i in 1:length(x)) { distancia[i] <- (...

3104 sym 25 img

vivienda_faltantes_actividad_1_IsabelFernández

20.02.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 be generated that includes both content as well as the output of any embedded R code chunks within...

598 sym 1 img

vivienda_faltantes_actividad_1_IsabelFernández

20.02.2024

######1. introducción ###### #INTRODUCCION #En el dinámico mercado inmobiliario de la ciudad de Cali, es crucial contar con un análisis descriptivo detallado para comprender las tendencias y características que influyen en la oferta y demanda de viviendas. #Esta investigación se enfoca en explorar y analizar una base de datos proporcionada...

29156 sym