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

HW3
Document
Logistic regression 2
Implementasi Clustering terhadap Jumlah Tenaga Kesehatan 2025
Bertujuan untuk menerapkan metode analisis clustering dalam mengelompokkan data jumlah tenaga kesehatan pada tahun 2025. Data yang digunakan memuat informasi jumlah tenaga kesehatan di berbagai provinsi di Indonesia dengan beberapa indikator numerik yang merepresentasikan ketersediaan sumber daya kesehatan.
Document
Document
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) } )