Recently Published
Plot # install.packages("MASS") library(MASS) library(raster) library(sp) library(sf) library(gstat) library(rasterVis)
# install.packages("MASS")
library(MASS)
library(raster)
library(sp)
library(sf)
library(gstat)
library(rasterVis)
puntos<- st_read("puntos.shp")
# Datos
z <- kde2d(x, y, n = 50)
plot(x, y, pch = 19)
contour(z, lwd = 2, add = TRUE,
col = hcl.colors(10, "Spectral"))
Simple Linear Regression
A slideshow on how cool simple linear regression is!!
Document
A/B Testing a Call to Action
R assignment- Arushi Sahu
R assignment by Arushi Sahu(24/Eco?14)
Heatmap of student attendance across subjects and weeks during the semester.
This program analyzes student attendance data and visualizes patterns using a heatmap across different weeks and schools.