Authors
DATA SCIENTIST WITH R Latest
31.01.2021
CARGA DE LIBRERIAS 3.- Introduction to the Tidyverse Data wrangling Loading the gapminder and dplyr packages Before you can work with the gapminder dataset, you’ll need to load two R packages that contain the tools for working with it, then...
294397 sym R (413373 sym/1720 pcs) 211 img
Daniel Smith 6
Homework Week 1 Latest
05.02.2020
The Auto table contains 9 predictors, of which 7 (mpg, cylinders, displacement, horsepower, weight, acceleration, year) are quantitative, and 2 (origin, name) are qualitative. The range, mean, and standard deviation for each quantatative predictor...
1243 sym R (6075 sym/19 pcs) 7 img
resources Latest
05.01.2020
Resources Covid-19 Column Dashboards Rt — virus reproduction rate by state Covid Tracking Project USA Map Miscellaneous Covid-19 Conversations — webinar series Scientist Volunteer form Cartography Column Map Makers Map Chart —...
5820 sym
diamond_analysis Latest
08.05.2020
mydata <- read.csv(file.choose ()) ggplot(data=mydata[mydata$carat<2.5,], aes(x=carat, y=price, colour=clarity)) + geom_point(alpha=0.1) + geom_smooth()...
327 sym R (164 sym/1 pcs) 1 img
David Timewell 6
Intro to Simr Latest
15.08.2020
Introduction When beginning to use R one of the first things to do after getting a view of the dataset you are dealing using glimpse() and str() is to start looking at basic descriptive statistics. In the past I used summary extensivly to do this....
4151 sym R (4509 sym/14 pcs) 17 tbl
DIANA TORRES 6
MODELO ARBOLES Latest
20.02.2021
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...
3117 sym R (268 sym/2 pcs) 1 img
Duvan Felipe Camacho Bermuudez 6
Document Latest
18.03.2023
Estadisticas Agropecuarias Chocó 1- Introducción Este es el primer cuaderno R Markdown para el curs Geomatica Basica 2022, Tiene como objetivo conocer cuáles son los cultivos agrícolas de mayor producción en el departamento del Choco. Se Usara...
2829 sym R (15235 sym/40 pcs)
Mania, Dexter James U. 6
Analytics Project on Association Rules and Apriori Algorithm Latest
25.05.2022
Packages # for data management and exploratory data analysis or descriptive analysis library("tidyverse") library("lubridate") library("ggplot2") library("RColorBrewer") # for Association Rules library("arules")...
7807 sym R (21995 sym/66 pcs) 6 img
NBA Hot Hand Simulation Latest
20.11.2020
Simulations 1 Simulations 2 Star NBA Players vs Simulated Player 3 Different Shot Types 4 Shot Distance Duncan Gates 24 November, 2020 Simulations 1 Simulations To give an idea of the distribution of the max streak length of a simulated...
3708 sym 18 img
Bài tập các định lí giới hạn Latest
20.12.2022
Bài 1. Cho \(\{X_n;n\geq 1\}\) là dãy biến ngẫu nhiên độc lập, có cùng phân phối xác suất với hàm mật độ xác suất chung \[\begin{equation*} f(x)=\begin{cases} e^{-(x-a)}&\mbox{ nếu }x>a,\\ 0&\mbox{...
10387 sym