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

chandana and Vandana
literacy rate according to states
Arushi R Project
R project CA by Arushi Sahu- 24/ECO/14
Statistical analysis of ECG heart rate signals (Athletes vs. Sedentary adults)
This presentation analyzes ECG-derived heart rate data using descriptive statistics, visualization, and a two-sample t-test to compare cardiovascular indicators between athletes and sedentary adults.
Data Dive 12
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
Document
A/B Testing a Call to Action
R assignment- Arushi Sahu
R assignment by Arushi Sahu(24/Eco?14)