Authors
Pandu Henanda Saputra 16
Tugas Akhir Manajemen Data Relasional Latest
25.12.2021
A. Akses Database Company 1. Engine SQL db<-DBI::dbConnect(RSQLite::SQLite(), "C:/MANAJEMEN DATA RELASIONAL/company.db") SELECT * FROM WORKS_ON WHERE Hours > 10; 9 records Essn Pno Hours 123456789 1 32.5 666884444 3 40.0...
330 sym R (6798 sym/51 pcs) 1 tbl
Hadley Wickham 15
Hack-at-it 2005 Latest
04.09.2005
The inaugural GGobi hack-at-it was held on Brady’s Lake, Brainerd MN, from the 4th to the 7th of August. We had a great time and even managed to work on GGobi! You will be able to see the results of our efforts in the next release of GGobi,...
755 sym 6 img
Yucheng Hu 15
Document Latest
24.11.2019
Directions During ANLY 512 we will be studying the theory and practice of data visualization. We will be using R and the packages within R to assemble data and construct many different types of visualizations. We begin by studying some of the...
1961 sym R (756 sym/6 pcs) 5 img
Ian Johnson 15
R: K-Means Clustering MLB Data Latest
21.06.2017
k-means clustering is a useful unsupervised learning data mining tool for assigning n observations into k groups which allows a practitioner to segment a dataset. I play in a fantasy baseball league and using five offensive variables (R, AVG,...
2110 sym 10 img
Document Latest
16.09.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...
593 sym R (262 sym/2 pcs) 1 img
Test 2 Latest
15.06.2020
COVID-19 Checker TrackeR14th June 2020 Background The spread of COVID-19 has severely taken affair in over 200 countries worldwide. The outbreak was first detected in mainland China in December 2019. It was reported COVID-19 were originated from...
1105 sym R (245 sym/2 pcs) 1 img
Victor Borjas 15
Document Latest
12.02.2020
Preferencias de actividad deportiva y cultural en una muestra de 30 alumnos actividad <- c(‘Dibujo’, ‘Tiro con Arco’, ‘Baile’, ‘Voleybol’, ‘Futbol’, ‘Americano’, ‘Natación’, ‘Tahitiano’, ‘Natación’, ‘Tiro...
1000 sym
Jaanay Sanchez, mktg4000, taught by zhenning Jimmy xu, follow me on Twitter: 15
Avocado Sales Latest
07.09.2022
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. Note: this analysis was performed using the...
1662 sym R (2305 sym/8 pcs) 3 img
Introducción capítulo 2 Latest
24.08.2020
Se cargan las librerías necesarias. if (!require("devtools")) install.packages("devtools") # Para instalar librerías desde otras fuentes diferentes a CRAN if (!require("dplyr")) install.packages("dplyr") if (!require("latex2exp"))...
3348 sym R (1587 sym/8 pcs)