2009

Factor Analysis in R

October 7, 2009 | Jeromy Anglim

This post shows an example of running a basic factor analysis in R.Additional Resources:Quick-Rpsych packageJame's Steiger's exampleFactoMineR packageThe Example:The example is based on responses by 117 university students to a 50 item version of the I...
[Read more...]

Efficient Variable Selection in R

October 7, 2009 | Jeromy Anglim

This post sets out my procedure for efficiently and reliably selecting variables from a data.frame in RTHE PROBLEMFor years I have been tormented by the hassle of selecting variables in a data.frame. I often work with psychological datasets with hundre...
[Read more...]

R Commander: A Basic Statistics GUI for R

October 6, 2009 | Stephen Turner

R is a great tool with lots of resources for genetics, genome-wide association studies, and many other biological applications.  We've covered several places to find help in R in the past, but if you're still apprehensive about diving into R's command-line interface, fear not.  The R commander is a graphical ... [Read more...]

Expressions!

October 5, 2009 | R Tips

I never really saw a use for these until I started testing code en mass. I found myself doing lots and lots of copy and paste. I heard it from Steve McConnell in his Code Complete book where he said if you are copying and pasting you are programming ... [Read more...]

Functions from functions

October 5, 2009 | R Tips

I've been really busy lately working on my dissertation and applying for jobs. But I've found a few really cool things that I'd like to share. These are pretty complex things so lets break it up into a few tips. First Tip: did you know that you can re... [Read more...]

Oil vs gas

October 5, 2009 | kafka

Recently, friend of my, got investment advise from his broker – long gas, because the price of gas is very low compared to oil. The broker didn’t indicate neither profit target or stop loss… I got hooked on the idea. First of all, I ran linear regression on monthly prices ... [Read more...]

Including R Code in a Blog Post

October 5, 2009 | Jeromy Anglim

This post discusses ways of including formatted code in a blog post.I often write posts that include computer code. This might be R code, SPSS syntax, an Inquisit script, or a Visual Basic Macro.The Problem:Initially I did not know how to include this ...
[Read more...]

Using R to Analyze Baseball Games in “Real Time”

October 4, 2009 | erikr

In order to honor the last day of the 2009 MLB regular season (excepting the Twins/Tigers tiebreaker Tuesday night), I was reading a book that combines a few of my favorite thing: statistics, R, and baseball. The book, by Joseph Adler, is called Baseball Hacks, and I highly recommend it ... [Read more...]

Examples using R – Randomized Block Design

October 3, 2009 | R – StudyTrails

Problem : We wish to determine whether or not four different tips produce different readings on a hardness testing machine. An experiment such as these might be part of a gauge capability study. The machine operates by pressingthe tip into a metal test coupon, and frm the depth of the resulting ... [Read more...]

Data Mining and Statistics Video Course

October 3, 2009 | Jeromy Anglim

David Mease has an online course presented with complete videos (Statistics 202: Statistical Aspects of Data Mining ). The course uses Excel and R.I might update this post with a few notes below on what is covered as I get a chance to watch t...
[Read more...]

smoothScatter in base R

October 2, 2009 | Gregor Gorjanc

smoothScatter function is now available also in base R - in the recommended package graphics that is shipped with R. Originally this function was in the genepplotter package from Bioconductor. I really like it since it can nicely plot large datasets. B... [Read more...]

Make Safari behave as Firefox

October 2, 2009 | [email protected]

Some weeks ago I switched from Firefox to Safari. While Safari is -- in my experience -- quicker, better looking, and has Top Sites, I was also missing some functionality of firefox. To be more precise, I missed the 'search when start typing' option, a... [Read more...]

R Object Tooltips in ESS

October 1, 2009 | erik

This post originally appeared on my Wordpress blog on October 1, 2009. I present it here in its original form. Whether at work or for personal projects, I use ESS a lot to perform interactive data analyses. The ability to write, edit, and su... [Read more...]

R: The Dummies Package

September 30, 2009 | Christopher Brown

R-2.9.2 was released in August. While R can be considered stable and battle-ready, it is also far from stagnation. It is humbling to see such an intelligent and vibrant community helping CRAN grow faster than ever. Every day I see a new package or read a new comment on R-Help [...] [Read more...]
1 12 13 14 15 16 36

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)