Monthly Archives: October 2011

Example 9.8: New stuff in SAS 9.3– Bayesian random effects models in Proc MCMC

October 4, 2011
By
Example 9.8: New stuff in SAS 9.3– Bayesian random effects models in Proc MCMC

Rounding off our reports on major new developments in SAS 9.3, today we'll talk about proc mcmc and the random statement.Stand-alone packages for fitting very general Bayesian models using Markov chain Monte Carlo (MCMC) methods have been available for...

Read more »

Tutorial on using the rworldmap package

October 4, 2011
By
Tutorial on using the  rworldmap package

This blog following up my previous oneattempts to explain how the geo-pie map was created. I do not know how to attach a .rflow file in this blog. What you can do is to copy the following code into Notepad … Continue reading

Read more »

How to show explained variance in a multilevel model

October 3, 2011
By
How to show explained variance in a multilevel model

In this post I will show one way to display explained variance using a line chart. There is no default plot for displaying the effect of each factor on deviance of the model, so this is a tentative proposal for my dissertation. The following values were obtained using multilevel models performed in R (thanks for

Read more »

Oracle’s Big Data Appliance to include R

October 3, 2011
By

At the Oracle OpenWorld conference in San Francisco today, Oracle announced the new Oracle Big Data Appliance, "a new engineered system that includes an open source distribution of Apache™ Hadoop™, Oracle NoSQL Database, Oracle Data Integrator Application Adapter for Hadoop, Oracle Loader for Hadoop, and an open source distribution of R." Oracle's foray into the Hadoop and NoSQL spaces...

Read more »

Visualizing Climbing Ropes

October 3, 2011
By
Visualizing Climbing Ropes

Today’s market of climbing ropes offers a huge variety of models to choose from. If you don’t have a good idea of what you want, the task of selecting a rope can become a true challenge, or worst, almost a … Continue reading

Read more »

The four steps to publication-grade graphics in R

October 3, 2011
By

This Article is also available in EN, ES.

Read more »

OLS beta VS. Robust beta

October 3, 2011
By
OLS beta VS. Robust beta

In financial context, is suppose to reflect the relation between a stock and the general market. A broad based index such as the S&P 500 is often taken as proxy for the general market. The , without getting into too … Continue reading

Read more »

Twitter updates on R Graph Gallery

October 3, 2011
By
Twitter updates on R Graph Gallery

I've added a twitter search widget that searches for the #rgraphgallery hashtag or the url of the gallery on the front page.

Read more »

Predictability of kurtosis and skewness in S&P constituents

October 3, 2011
By
Predictability of kurtosis and skewness in S&P constituents

How much predictability is there for these higher moments? Data The data consist of daily returns from the start of 2007 through mid 2011 for almost all of the S&P 500 constituents. Estimates were made over each half year of data.  Hence there are 8 pairs of estimates where one estimate immediately follows the other. … Continue reading...

Read more »

Model Exploration using K-sample Plot in Big Data

October 3, 2011
By
Model Exploration using K-sample Plot in Big Data

Generically, error rate of predicting binary variable by a certain model becomes plateau increasing sample size. When the model fits training data , the error rate gains from 0 to true error. And when the model fits test data, the error rate decreases ...

Read more »