Publications by Karol Johana Zambrano Cruz

Notas de clase

26.04.2025

Modelos de Regresión Unidad 1: Correlación y Regresión Lineal Simple Objetivo de Aprendizaje Comprender e interpretar la relación entre dos variables cuantitativas mediante el análisis de correlación y regresión lineal simple, e implementar modelos básicos usando R. 1. Conceptos Fundamentales ¿Qué es la Correlación? La correlación...

3221 sym R (3286 sym/18 pcs) 2 img 2 tbl

TIPOS DE GRAFICOS

27.03.2025

Introducción Este documento presenta los principales tipos de gráficos en R utilizando tanto las funciones base como el paquete ggplot2. Se incluye una breve definición, explicación de cuándo se utiliza cada gráfico y ejemplos con variables. Gráficos en R Base 1. Gráfico de Dispersión (Scatter Plot) Definición: Representa la relació...

1695 sym R (2213 sym/11 pcs) 10 img

Introduccion a r

07.02.2025

ESTADISTICA En el siguiente enlace encontran: https://rpubs.com/jseferino/AZ_1. sss x=3 y=5 x+y ## [1] 8 x=3 y=5 x+y ## [1] 8 Including Plots You can also embed plots, for example: Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot....

277 sym 1 img

Nuevo

07.02.2025

ESTADISTICA En el siguiente enlace encontran: https://rpubs.com/jseferino/AZ_1. sss x=3 y=5 x+y ## [1] 8 x=3 y=5 x+y ## [1] 8 Including Plots You can also embed plots, for example: Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot....

277 sym 1 img

jas

07.02.2025

ESTADISTICA En el siguiente enlace encontran: https://rpubs.com/jseferino/AZ_1. sss x=3 y=5 x+y ## [1] 8 x=3 y=5 x+y ## [1] 8 Including Plots You can also embed plots, for example: Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot....

277 sym 1 img

Material de apoyo

22.11.2024

Estadistica inferencial Pasos para Realizar una Prueba Estadística 1. Formulación de Hipótesis: Hipótesis Nula (H0): Es la afirmación que se quiere contrastar. Generalmente, establece que no hay efecto o diferencia. Hipótesis Alterna (H1): Es la afirmación que se quiere probar. Generalmente, establece que sí hay un efecto o diferencia. **...

5003 sym 2 img

Estimadores1pl

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

CORRELACION DER

06.04.2024

CORRELACION DESCRIBIR LOS DATOS, EL PROBLEMA, LA HIPOTESIS http://rmarkdown.rstudio.com. horas <-c(1,2,2,2,3,8,7,7,6,1,2,1) notas <-c(1,3,2,2,4,5,5,5,5,2,1,0) conc <- cor(horas,notas) X=5 Including Plots You can also embed plots, for example: ## Warning in plot.window(...): "y_lab" is not a graphical parameter ## Warning in plot.xy(xy, type, ......

159 sym 1 img

PRuebas de hipotesis

25.11.2023

Prueba de hipótesis Plantear hipótesis nula Plantear hipótesis alterna Verificar si los datos tienen una distribución normal Aplicar prueba de hipótesis (paramétrica o no paramétrica) Inferir sobre los datos Conclusiones Normalidad Gráfico Q-Q plot Prueba de Shapiro Prueba de Kolmoworov Gráfico Q-Q plot Un Q-Q plot es un gráfico que c...

18324 sym 5 img

Conceptos previos

21.11.2023

Repaso distribuciones: Distribución Normal: La distribución normal, también conocida como la distribución de Gauss o campana de Gauss, es una distribución continua simétrica. Caracterizada por su forma de campana, se utiliza comúnmente para modelar fenómenos en la naturaleza, como la altura de una población, el error de medidas y mucha...

3022 sym 5 img