Authors
Douglas Pestana - @DougVegas 6
Automate Your KPI Forecasts With Only 1 Line of R Code Using AutoTS Latest
28.05.2019
If you are having the following symptoms at your company when it comes to business KPI forecasting, then maybe you need to look at automated forecasting: Ugly Excel spreadsheets with multiple tabs and 2000s style pastel formatting Business unit...
7519 sym R (2522 sym/1 pcs) 6 img
doyourbest 6
AAEC_8610_HW3_doyourbest Latest
25.01.2020
1. Pick a dataset of your choice I use the package “datasets” to load the dataset. # Load data packages library("datasets") 2. Write a short description of your data The chosen dataset from that package is “chickwts”. “chickwts”...
1124 sym R (1503 sym/7 pcs) 2 img
BSc 3rd Sem 6
Sampling Distribution Practical Class 2022-2023 Latest
20.12.2022
Real datasets in R iris is data set gives the measurements in centimeters of the variables sepal length, sepal width, petal length and petal width, respectively, for 50 flowers from each of 3 species of iris. The species are Iris setosa,...
4006 sym R (6279 sym/40 pcs) 3 img 6 tbl
Michael 6
Document Latest
24.10.2022
1: Synopsis The goal of the assignment is to explore the NOAA Storm Database and explore the effects of severe weather events on both population and economy.The database covers the time period between 1950 and November 2011. The following...
1676 sym R (10893 sym/21 pcs)
Tugas Praktikum 01 STA581 Sains Data Latest
28.08.2021
Tugas 01 Praktikum STA581 Sains Data Datasets Fungsi Summarise Fungsi Arrange Fungsi Filter Fungsi Mutate Fungsi Select Kombinasi Fungsi Defri Ramadhan Ismana (G1501211008) 8/27/2021 Tugas 01 Praktikum STA581 Sains Data Datasets Tugas...
1718 sym R (10130 sym/23 pcs)
Endri Raco 6
Storm Data Analysis Latest
06.04.2020
if(!require(tidyverse)) install.packages('tidyverse', repos = 'http://cran.us.r-project.org') if(!require(lattice)) install.packages('lattice', repos = 'http://cran.us.r-project.org') ## specify global chunk options...
1396 sym R (2105 sym/12 pcs)
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