Posts Tagged ‘ tutorial ’

R Tutorial Series: One-Way Repeated Measures ANOVA

February 14, 2011
By
R Tutorial Series: One-Way Repeated Measures ANOVA

Repeated measures data require a different analysis procedure than our typical one-way ANOVA and subsequently follow a different R process. This tutorial will demonstrate how to conduct one-way repeated measures ANOVA in R using the Anova(mod, idata, i...

Read more »

Create a Web Crawler in R

February 8, 2011
By
Create a Web Crawler in R

Admittedly I am not the best R coder, and I certainly have a lot to learn, but the code at the link below should provide you with an example of how easy it is to create a very (repeat: very) basic web crawler in R.  If you wanted to do this in SPSS, and I

Read more »

R Tutorial Series: Two-Way ANOVA with Interactions and Simple Main Effects

February 7, 2011
By
R Tutorial Series: Two-Way ANOVA with Interactions and Simple Main Effects

When an interaction is present in a two-way ANOVA, we typically choose to ignore the main effects and elect to investigate the simple main effects when making pairwise comparisons. This tutorial will demonstrate how to conduct pairwise comparisons when...

Read more »

R Tutorial Series: Two-Way ANOVA with Pairwise Comparisons

January 31, 2011
By
R Tutorial Series: Two-Way ANOVA with Pairwise Comparisons

By extending our one-way ANOVA procedure, we can test the pairwise comparisons between the levels of several independent variables. This tutorial will demonstrate how to conduct pairwise comparisons in a two-way ANOVA.Tutorial FilesBefore we begin, you...

Read more »

R Tutorial Series: One-Way ANOVA with Pairwise Comparisons

January 24, 2011
By
R Tutorial Series: One-Way ANOVA with Pairwise Comparisons

When we have more than two groups in a one-way ANOVA, we typically want to statistically assess the differences between each group. Whereas a one-way omnibus ANOVA assesses whether a significant difference exists at all amongst the groups, pairwise com...

Read more »

R Tutorial Series: Two-Way Omnibus ANOVA

January 17, 2011
By
R Tutorial Series: Two-Way Omnibus ANOVA

As with the one-way case, testing the omnibus hypothesis via two-way ANOVA is simple process in R. This tutorial will explore how R can be used to perform a two-way ANOVA to test the difference between two (or more) group means.Tutorial FilesBefore we ...

Read more »

Remove all rows of an R dataframe

January 13, 2011
By
Remove all rows of an R dataframe

I should have probably figured this out a long time ago, but as I get deeper into programming with R, I am finding the need to remove all rows from a dataframe.  I was making this alot harder than it had to be. your.df<- your.df Replace your.df with, your dataframe and you are good

Read more »

Genetic optimization for Trading Strategies using Rapidminer and R

December 5, 2010
By
Genetic optimization for Trading Strategies using Rapidminer and R

That is the second tutorial of Rapidminer and R extension for Trading and the first in Video. In the last example the ROC obtained is not as good as it should be to make money in this business, To improve the strategy we will try to optimize the tradin...

Read more »

Rapidminer + R Example for Trading

November 18, 2010
By
Rapidminer + R Example for Trading

RapidMiner + R is an advanced tool that can be used to analyze trading strategies, In order to check its power I made a simple example using an algorithm based on a support vector machine for predicting the next day's price and based on it I generated ...

Read more »

R & Rapidminer tutorial

October 23, 2010
By
R & Rapidminer tutorial

  You can see in the following video a simple tutorial of Rapidminer R plugin Rapidminer R extension tutorial   via: neuralmarkettrends.

Read more »