Tag: shiny
Over 50 practical recipes for data analysis with R in one book
- changed my job ( I am now working @ Intesa Sanpaolo Banking Group on Basel III statistical models)
- became dad for the third time (and if you are guessing, itâs a boy!)
- fixed some issues with the updateR package
- and I wrote a book!
RStudio for R Statistical Computing Cookbook
Continue reading “Over 50 practical recipes for data analysis with R in one book”
how to list loaded packages in R: ramazon gets cleaver
It was around midnight here in Italy:
I shared the code on Github, published a post on G+, Linkedin and Twitter and then went to bed.
In the next hours things got growing by themselves, with pleasant results like the following:
The R community found ramazon a really helpful package.
And I actually think it is: Amazon AWS is nowadays one of the most common tools for online web applications and websites hosting.
The possibility to get your Shiny App on it just running a function make it even more desirable for the amusing R people.
Therefore, even if I developed ramazon for personal purposes , I now feel some kind of responsibility to further develop it and take it updated.
Continue reading “how to list loaded packages in R: ramazon gets cleaver”
ramazon: Deploy your Shiny App on AWS with a Function
THIS IS AN OUTDATED VERSION OF THE POST. YOU CAN FIND THE UPDATED AND MAINTAINED ONE AT http://www.andreacirillo.com/2015/08/18/deploy-your-shiny-app-on-aws-with-a-function/
Because Afraus received a good interest, last month I override shinyapps.io free plan limits.
That got me move my Shiny App on an Amazon AWS instance.
Well, it was not so straight forward: even if there is plenty of tutorials around the web, every one seems to miss a part: upgrading R version, removing shiny-server examples… And even having all info it is still quite a long, error-prone process.
All this pain is removed by ramazon, an R package that I developed to take care of everything is needed to deploy a shiny app on an AWS instance. An early disclaimer for Windows users: only Apple OS X is supported at the moment.
Continue reading “ramazon: Deploy your Shiny App on AWS with a Function”
Introducing Afraus: an Unsupervised Fraud Detection Algorithm
on average, fraud accounts for nearly the 5% of companies revenues
Continue reading “Introducing Afraus: an Unsupervised Fraud Detection Algorithm”
How to add a live chat to your Shiny app
Catching Fraud with Benford’s law (and another Shiny App)
In the early ‘900 Frank Benford observed that ‘1’ was more frequent as first digit in his own logarithms manual.
More than one hundred years later, we can use this curious finding to look for fraud on populations of data.
just give a try to the shiny app
What ‘Benford’s Law’ stands for?
Around 1938 Frank Benford, a physicist at the General Electrics research laboratories, observed that logarithmic tables were more worn within first pages: was this casual or due to an actual prevalence of numbers near 1 as first digits?
Continue reading “Catching Fraud with Benford’s law (and another Shiny App)”