November 2013

An intuitive interpretation of the beta distribution

November 15, 2013 | Raffael Vogler

First of all this text is not just about an intuitive perspective on the beta distribution but at least as much about the idea of looking behind a measured empirical probability and thinking of it as a product of chance itself. … Continue reading → The post An intuitive interpretation of the ... [Read more...]

Dygraphs with Bigger Data | US Industries from Kenneth French

November 15, 2013 | klr

After seeing the announcement by @lauraegerdal of the SEC’s use of dygraphs to visualize market structure, I was inspired to experiment more with the great dygraphs + rCharts.  I really wanted to see how responsive dygraphs would be with a fairly large dataset.  Some Kenneth French US Industry data seemed ... [Read more...]

Evaluating Quandl Data Quality

November 15, 2013 | The R Trader

Quandl has indexed millions of time-series datasets from over 400 sources. All of Quandl’s datasets are open and free. This is great news but before performing any backtest using Quandl data, I want to compare it with a trusted source: Bloomberg for the purpose of this post. I will focus ... [Read more...]

PCA or SPCA or NSPCA?

November 15, 2013 | chenangen

Principal component analysis(PCA) is one of the classical methods in multivariate statistics. In addition, it is now widely used as a way to implement data-processing and dimension-reduction. Besides statistics, there are numerous applications about PCA in engineering, biology, and so on. There are two main optimal properties of PCA,  ... [Read more...]

Visual debugging with StatET and RStudio

November 15, 2013 | Andreas Prawitt

Debugging code in R R provides several built in features for stepping through code for analyzing and debugging purposes. As an example you can examine variables during the execution of a script. Amongst others you can use the function debug(): After executing lines 8 and 9 you can stepwise inspect what foo() ... [Read more...]

Hungarian RUG on text mining

November 15, 2013 | Gergely Daróczi

The only Hungarian R User Group so far, the Budapest Users of R Network, with already more than 100 members, is hosting two talks on the 27th of November on DataKind and the tm package.Bence Arató, head of a BI consulting company and the program chair of several Hungarian conferences, ...
[Read more...]

Video: Introduction to R Shiny

November 14, 2013 | jeromyanglim

This post shares the video from the talk presented in November 2013 by Alec Stephenson providing an introduction to R shiny at Melbourne R Users. R Shiny, from the people behind R Studio, allows you to quickly and easily build … Continue reading → [Read more...]

Daily Tallies on R

November 14, 2013 | Abbas Keshvani

Say you have a dataset, where each row has a date or time, and something is recorded for that date and time. If each row is a unique date - great! If not, you may have rows with the same date, and you have to combine records for the same ... [Read more...]

Visualizing neural networks in R – update

November 14, 2013 | beckmw

In my last post I said I wasn’t going to write anymore about neural networks (i.e., multilayer feedforward perceptron, supervised ANN, etc.). That was a lie. I’ve received several requests to update the neural network plotting function described in the original post. As previously explained, R does ... [Read more...]

Counting the Dead in Syria

November 14, 2013 | Joseph Rickert

by Joseph Rickert This past June, the Human Rights Data Analysis Group (HRDAG), a San Francisco based non-profit organization, released its report: “Updated Statistical Analysis of Documentation of Killings in the Syrian Arab Republic”. The report is grim reading, but it represents the necessary, rational work the needs to be ... [Read more...]

Sixth Torino R net meeting

November 14, 2013 | TorinoR.net

Sixth Torino R net meeting on 21 Nov 2013, Campus Luigi Einaudi, Università degli Studi di Torino, will have three presentations The importance of R in agrometeorology: a case study, Federico Spanna, Regione Piemonte Settore Fitosanitario; Claudio Cassardo, Università di Torino Dipartimento … Continue reading → [Read more...]

Bayesian essentials with R available on amazon

November 14, 2013 | xi'an

Bayesian Essentials with R is now available both as an e-book and as a hardcover book on amazon.com!Filed under: Books, R, Statistics, University life Tagged: Bayesian Core, Bayesian Essentials with R, e-book, Jean-Michel Marin, R, Springer-Verlag [Read more...]

…start using R, from scratch!

November 14, 2013 | mareviv

Some time ago, since I was able to use R by myself, have found some fellows and other people who wanted to learn R as well. Then I pointed them to help pages, to CRAN repositories… but in some cases … Sigue leyendo → [Read more...]

Iterators in R

November 13, 2013 | andrew

According to Wikipedia, an iterator is “an object that enables a programmer to traverse a container”. A collection of items (stashed in a container) can be thought of as being “iterable” if there is a logical progression from one element to the next (so a list is iterable, while a ... [Read more...]

Palindrome String Detection by R

November 13, 2013 | JishnuB

A palindrome is a word, phrase, number, or other sequence of symbols or elements, whose meaning may be interpreted the same way in either forward or reverse direction. The famous palindrome - "able was i ere i saw elba" is attributed to  Napoleo... [Read more...]

What makes us happy? Lets look at data to find out.

November 13, 2013 | - r

I’ve had a lot of different jobs over the past 4 years, and I’ve had some incredible experiences along the way. Lately, I’ve been struggling with what to do next. Or perhaps more accurately, I’ve been struggling with how to decide what to do ne...
[Read more...]
1 5 6 7 8 9 12

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)