cloudstat

R Statistics Mobile Console (iPhone)

April 13, 2012 | CloudStat

I’m trying to make a mobile version of R-GUI, here is one (trying with iPhone emulator), not so beautiful, but still work. Try at CloudStat Mobile. Below are the screenshots: Homepage Web-based R Console Statistical Apps Directory ( R Apps ) ... [Read more...]

CRdata.org to shut down?

January 16, 2012 | PR

If you’re one of the R-bloggers or useRs, most probably you had heard about Crdata.org. In the early day, they are two very R related cloud computing services, one is CloudNumbers, another is CrData.org. Recently, we (may) received an email by Hamid ... [Read more...]

Scraping table from any web page with R or CloudStat

January 15, 2012 | PR

Scraping table from any web page with R or CloudStat: You need to use the data from internet, but don’t type, you can just extract or scrape them if you know the web URL. Thanks to XML package from R. It provides amazing readHTMLtable() function. For... [Read more...]

Scraping table from html web with CloudStat

January 12, 2012 | CloudStat

You need to use the data from internet, but don’t type, you can just extract or scrape them if you know the web URL. Thanks to XML package from R. It provides amazing readHTMLtable() function. For a study case, I want to scrape data: US Airline Custo... [Read more...]

CloudStat School – The Introduction

January 1, 2012 | CloudStat

CloudStat School is a not yet released open source project. The objective is to create an interactive R Learning Platform. The best way to learn R programming is doing while learning. In CloudStat School, you will see a console box at your top left han... [Read more...]

Interview with Kai Chew, CloudStat

December 31, 2011 | CloudStat

Here is an interview with Kai Chew, Founder of Cloudstat. CloudStat is developing a cloud-based statistical platform to help researchers who want to make sense of data to do statistical analysis collaboratively with its high performance computing infra... [Read more...]

Say Hi to CloudStat!

December 30, 2011 | CloudStat

Hello and welcome to the CloudStat official blog! We’ll be using this space to talk about product updates, getting the most out of CloudStat, and random thoughts on data analysis learning, especially in R language. More about CloudStat can be vie... [Read more...]

CloudStat’s Infographic with…

December 14, 2011 | PR

CloudStat’s Infographic with Piktocharthttp://visual.ly/cloudstat-infographic CloudStat is a cloud-based statistical platform that allows users to analyze data in the cloud at anywhere, any time, across multiple platform while connecting with the exp... [Read more...]

Prime Number in R Language (CloudStat)

November 28, 2011 | CloudStat

A prime number (or a prime) is a natural number greater than 1 that has no positive divisors other than 1 and itself. R Language Code The Prime Function prime = function(n){   n = as.integer(n)   if(n __ 1e8) stop(“n too large”)   primes = re...
[Read more...]
1 2

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)