Posts

Are the groups of Japanese age-specific mortality by prefecture static?

The following video shows a descriptive exercise that aims to answer the following question: are the clusters of Japanese age-specific mortality by prefecture static?

An introduction to Shiny II

This is a second session introducing Shiny for the Coding Club UC3M. Shiny is 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 reviewed by product of developing a Shiny App.

An introduction to Shiny I

This is a first session introducing Shiny for the Coding Club UC3M. 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).