Publications by R on Coding Club UC3M

Useful one-function R packages, big data solutions, and a message from Yoda

09.05.2018

As the title reads, in this heterogeneous session we will see three topics of different interest. The first is a collection of three simple and useful one-function R packages that I use regularly in my coding workflow. The second collects some approaches to handling and performing linear regression with big data. The third brings in t...

888 sym

An introduction to Shiny as a teaching resource

18.06.2018

The main goal of this session is to show a regular R user how to develop his/her own interactive (web) application without much effort. For doing so, we introduce the Shiny R package that makes this task simple even for an R programmer that has never heard about HTML, CSS or JavaScript (or does not care about them at all). During the ...

853 sym

An introduction to Tensorflow

02.07.2018

Tensorflow has been widely used for many applications in machine learning and deep learning. However, Tensorflow is more than that, it is a general purpose computing library. Based on that, people have created a rich ecosystem for quickly developing models. In this talk, I will show how statisticians can get most of the main features in Tensorflo...

6569 sym R (10378 sym/15 pcs) 8 img

An introduction to Shiny II

15.10.2018

This is our second session introducing Shiny, an R package that allows to develop interactive Apps in a familiar framework for regular R-users. During the first session we focused on the structure and workflow basics, and now, we will go further on input and output objects, reactivity, layouts and data handling. All these functionalities will be ...

10188 sym R (14081 sym/26 pcs) 36 img

Online resources for teaching

05.11.2018

In this session I will try to show some utilities present in the web. One of them will help us to execute R code from the web, using an online compiler, without installing any kind of software in our computers. The other one, it can help us to solve optimization problems by a graphics way. We can draw the restrictions, the feasible region, and ot...

6459 sym R (612 sym/4 pcs) 30 img

LSTM with Keras & TensorFlow

26.11.2018

The aim of this tutorial is to show the use of TensorFlow with KERAS for classification and prediction in Time Series Analysis. The latter just implement a Long Short Term Memory (LSTM) model (an instance of a Recurrent Neural Network which avoids the vanishing gradient problem). Introduction The code below has the aim to quick introduce Deep Lea...

9822 sym R (11669 sym/35 pcs) 18 img

An introduction to Stan with R

21.01.2019

Stan is a probabilistic programming language for specifying statistical models. Stan provides full Bayesian inference for continuous-variable models through Markov Chain Monte Carlo methods such as the No-U-Turn sampler, an adaptive form of Hamiltonian Monte Carlo sampling. Penalized maximum likelihood estimates are calculated using optimization ...

8912 sym R (12093 sym/28 pcs) 2 img

Simple yet elegant Object-Oriented programming in R with S3

27.05.2019

by Iñaki Úcar The R language is peculiar in many ways, and its approach to object-oriented (OO) programming is just one of them. Indeed, base R supports not one, but three different OO systems: S3, S4 and RC classes. And yet, probably none of them would qualify as a fully-fledged OO system before the astonished gaze of an expert in languages su...

11949 sym R (9196 sym/17 pcs)

Getting from flat data a world of relationships to visualise with Gephi

17.06.2019

by Mariluz Congosto Network analysis offers a perspective of the data that broadens and enriches any investigation. Many times we deal with data in which the elements are related, but we have them in a tabulated format that is difficult to import into network analysis tools. Relationship data require a definition of nodes and connections. Both pa...

6963 sym R (6287 sym/7 pcs) 4 img

Mastering R presentations

23.09.2019

by Paula LC Do you want to know how to make elegant and simple reproducible presentations? In this talk, we are going to explain how to do presentations in different output formats using one of the easiest and most exhaustive statistical software, R. Now, it is possible create Beamer, PowerPoint, or HTML presentations, including R code, \(\LaTeX\...

17085 sym R (4207 sym/32 pcs) 6 img