Authors
Polyhedra Tech 23
SDL-PAND KPI's [1.7] Latest
27.06.2020
SDL-PAND KPIs On this page you will see an updated KPI of the current situation of the pandemic in Catalonia. Descriptive statistics of the cases dataset. ## data nous_casos_diaris_confirmats defuncions_di_ries ## Min....
255 sym R (4384 sym/10 pcs)
R_language_HW1 Latest
16.07.2020
Question 1 Write a loop for Calculate 12-factorial. Solution 1. Use loop. Solution 2. Use recursive function. loop_factorial <- function(n){ factorial_result<-1 for (i in 1:n){ factorial_result = factorial_result * i }...
394 sym R (1045 sym/8 pcs)
Thomas Brand 23
DBnomics R client, a tutorial Latest
29.11.2018
DBnomics : the world’s economic database You can explore all the economic data from different providers by following the link db.nomics.world. You can also retrieve all the economic data through the rdbnomics package here. This blog post...
3525 sym R (2631 sym/22 pcs) 52 img
R | TypeThePipe 23
Turn your GGplot to 3D animation. Awesome 2D to 3D plots in R with Rayshader Latest
26.07.2019
In 7 minutes reading, You will learn how to turn your ggplot visualizations into amazing interactive 3D plots you can export or embed in HTML/Rmarkdown. Or even better, you will export as mp4 an animation rotating the figure. As a use case, we are...
6136 sym R (3050 sym/11 pcs) 10 img
Gustavo Arturo Leal Ortiz 23
Caso 1 Latest
17.09.2020
Objetivo: Desarrollar tabla de frecuencias con graficas para identificar alunmos inscritos Paso 1: Cargar librerias library(fdth) ## ## Attaching package: 'fdth' ## The following objects are masked from 'package:stats': ## ## sd, var...
1731 sym R (25465 sym/58 pcs) 18 img
steve 23
07.10.2010
I just did this for what will hopefully be a book chapter on our Divided Education – Divided Citizens research project with NEPC. Explanation further below for anyone more interested in the actual topic About the graphic: I like raw-data plots...
3458 sym 4 img
Rafael Gutierrez 23
Primera Tarea Latest
29.01.2021
3+2 ## [1] 5 3-2 ## [1] 1 4-4 ## [1] 0 3*2 ## [1] 6 4*5 ## [1] 20 10/2 ## [1] 5 3^2 ## [1] 9 3^3 ## [1] 27 3^7 ## [1] 2187 2^(-3) ## [1] 0.125 100^(1/2) ## [1] 10 sqrt(100) ## [1] 10 pi ## [1] 3.141593 exp(1) ## [1]...
46 sym R (346 sym/40 pcs)
Keane Smith 23
Chapter 1 hw Latest
08.09.2022
Chapter 1 It’s Not Just about Forecasting The following are the key points in the chapter. Elaborate on each point in at least 30 words. Understanding economics can help you to diagnose the causes of increases or decreases in sales volumes and...
1389 sym
Slawa Rokicki 23
The infamous apply function Latest
23.09.2012
For R beginners, the apply() function seems like a secret doorway into programming bliss. It seems so powerful, and yet, beyond reach. For those just starting out, examples of how to use apply() can really help with the intuition of how to...
3799 sym 8 img
Rami Krispin 23
TSstudio 0.1.2 Latest
28.09.2018
Happy to announce the release of TSstudio 0.1.2 to CRAN. The TSstudio package provides tools for descriptive and predictive analysis of time series data, utilizing the visualization enegin of the plotly package and forecasting models from the...
2943 sym R (1377 sym/7 pcs)