Authors
Final Project 600 Latest
23.11.2019
Clear workspace, Load packages, load data rm(list=ls()) if(!require('lpSolveAPI')){install.packages('lpSolveAPI')} ## Loading required package: lpSolveAPI ## Warning: package 'lpSolveAPI' was built under R version 3.5.3...
71 sym R (11793 sym/41 pcs)
Daniela Moncada 6
control 2 Latest
14.05.2021
knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = FALSE) Pregunta 1 Cargue las librerias data.table, readxl, ggplot2, chilemapas,sf,sp,leaflet. Cargue, además la base de datos ENE.csv con el nombre ENE y la base de comunas.xls con el...
1960 sym R (2136 sym/11 pcs) 3 img
Job Dashboard Latest
29.01.2020
Jobs Dashboard Column Distribution Plot Column Composition Plot Categorical Ranking...
151 sym
Dongying 6
Reproducible Research Project 2: Weather Events Latest
12.08.2020
This project involves exploring the U.S. National Oceanic and Atmospheric Administration’s (NOAA) storm database. This database tracks characteristics of major storms and weather events in the United States, including when and where they occur,...
2869 sym R (11738 sym/22 pcs) 2 img
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)