Authors
Michael Ripley 17
Publish Document Latest
27.01.2020
Q1 What is R? It is a programming language Q2 What is RStudio? R studio uses infromation from R to develop other programs Q3 What is R packages? Packages you can downlaod for R Note: For help with RMarkdown syntax, go Help > Cheatsheets > R...
311 sym
Montserrat Guzmán 17
Workshop1, Financial Econometrics Latest
04.03.2021
1 Introduction to Time Series First we should clear the environment and download financial data from Yahoo Finance We star clearing our R environment rm(list=ls()) # To avoid scientific notation for numbers: options(scipen=999) I will load the...
3617 sym R (1650 sym/21 pcs) 4 img
modern.data 17
6 Machine Learning Visualizations made in Python and R Latest
22.12.2015
These 6 visualizations were created in Plotly between 2014 and 2016 and are in some way related to machine learning. They were created using Plotly’s free and open-source graphing libraries for Python and R. 1. machine learning...
1337 sym 12 img
Rosa Alegre Veliz 17
Evaluación_04 Latest
08.12.2019
————— CLUSTERING ————— Paso n°01: Importando la data distritos=read.csv("https://raw.githubusercontent.com/VictorGuevaraP/BI/master/Distritos.csv",sep = ";") Visualizamos la data head(distritos) ##...
3023 sym R (8594 sym/54 pcs) 9 img
Nayeebah 17
Document Latest
07.09.2020
#Primer ejercicio de estadistica aplicada #U1A1 #Gramatica de graficas #29 DE AGOSTO DE 2020 #Nayeebah Moreno Valencia #En este ejercicio se tiene como objeivo que el estudiante se #familiarice con el entorno Rstudio y el lenguaje R...
6 sym R (1198 sym/5 pcs) 1 img
Maia Lim 17
test 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
Sal Pollastro 17
Discussion 3 Latest
30.03.2022
I chose to use the EIA data on wind power generation over the years. Energy data is very interesting to me as it relates to my job but also shows the real data of what is happening in the industry. The wind generation data is in thousands of...
981 sym R (2649 sym/21 pcs) 2 img
Martin Stefan 17
Visualizing Twitterspheres Latest
15.06.2020
In this quick tutorial you will learn how to visualize Twitter data. You will learn how to get access to Twitter’s API, how to retrieve tweets using rtweet, and how to study a Twitter user’s personal “Twittersphere”. The Twittersphere of...
5898 sym R (6579 sym/26 pcs) 3 img
Muhammad Abyan Makarim 17
Linear Algebra Pertemuan 1 Latest
04.03.2023
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...
10029 sym R (97150 sym/46 pcs) 3 img
Timbo 17
Test File - Lec 5 Latest
09.09.2021
You can put chunks of R code by putting three backticks at the beginning and end of the chunk. You need to give each chunk a unique name in the {} Echo The echo command tell R whether or not to print the code that generated the result. Here is an...
2047 sym R (1731 sym/9 pcs) 1 img