Easy web publishing from R
Write
R Markdown
documents in RStudio.
Share them here on RPubs.
(It’s free, and couldn’t be simpler!)
Get Started
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.
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)