Tag Archives: R

R for Statistics

Shiny Package for R – An Introduction

Shiny package helps us creating interactive web applications based on R. In this post we will be trying to understand how easy it is to create a shiny app. What makes Shiny stand out? There are two features of shiny which makes it easier to create web applications using R. The first is its powerful… Continue reading »

Expression Evaluation using R Hosted in C# Applications

R has become an industry standard for statistical computations. It is natural to wonder how we can use it from our .net applications. Definitely, this quest have landed you here. Let’s begin… Setting Up R On your Machine In order to run R script, we would need R runtime to be installed on the machine… Continue reading »

Category: R Tags: