RPubs will retire in June 2027. Your existing documents will stay accessible through December 31, 2031
and Connect Cloud is the recommended home for new publishing. Read the blog post

Recently Published

Assignment #10B Coding Approach
This is an assignment for DATA 607 . This information is for educational purposes and not to replicate or to be used for any professional task.
Relatório Estatístico
Este relatório é referente à disciplina de Probabilidade e Estatística do Curso de Engenharia de Software
Plot # install.packages("MASS") library(MASS)
# install.packages("MASS") library(MASS) # Datos x <- rnorm(500) y <- rnorm(500) z <- kde2d(x, y, n = 50) plot(x, y, pch = 19) contour(z, lwd = 2, add = TRUE, col = hcl.colors(10, "Spectral")) filled.contour(volcano) filled.contour(volcano, nlevels = 10) filled.contour(volcano, color.palette = terrain.colors) filled.contour(volcano, plot.axes = { axis(1) axis(2) contour(volcano, add = TRUE, lwd = 2) } )
Code Along 11
Document
Actividad 2
ejercicio 2
Document
HW 1
ANOVA Testing
Slideshow of how to perform ANOVA testing!