492 search results for "RStudio"

The Statistical Sleuth (second edition) in R

August 14, 2012
By
The Statistical Sleuth (second edition) in R

For those of you who teach, or are interested in seeing an illustrated series of analyses, there is a new compendium of files to help describe how to fit models for the extended case studies in the Second Edition of the Statistical Sleuth: A Course in...

Read more »

RStudio server through ssh

August 10, 2012
By

R language has numerous IDEs – RStudio, Vim plugin, Eclipse plugin. RStudio really shines for R language, nevertheless Vim plugin might be well adapted for R if you are Vim guru. Eclipse? Who needs such behemoth? Turns out a student in Ljubljana badly needs it. Most of the time I use remote server for R

Read more »

Exploring distributions of Ensatina salamander subspecies using rvertnet by Neil Kelly

August 9, 2012
By
Exploring distributions of Ensatina salamander subspecies using rvertnet by Neil Kelly

This week we have a guest blog post by Neil Kelley Last week, I stumbled on Vijay’s blog post demonstrating his new package rvertnet. Although I am a paleontologist, some of my research involves anatomical comparison between extinct species and extant relatives or ecological analogs, so I have some experience using VertNet to track down

Read more »

Get a path to your Dropbox folder

August 8, 2012
By

I am currently designing my RStudio - Dropbox - Mardown/Knitter/Wordpress - Github workflow. One problem is that working on multiple machines with different version of Windows means I somehow need to tell R where my Dropbox folder is located.I used to ...

Read more »

Manipulating Data Frames Using sqldf – A Brief Overview

August 8, 2012
By

By Josh Mills

Introduction

For those who are learning R and who may be well-versed in SQL, the sqldf package provides a mechanism to manipulate R data frames using SQL. Even for experienced R programmers, sqldf can be a useful tool for data manipulation. This site provides a useful introduction to SQL.

The...

Read more »

Getting started with Sweave & knitr

August 6, 2012
By
Getting started with Sweave & knitr

Cool woven artwork on the campus of Kansas University. The image is CC by http://www.flickr.com/photos/kansasphoto/4682126666/ Cool woven artwork on the campus of Kansas University. The image is CC by Patrick Emerson I recently started to work with Sweave (by Friedrich Leisch)...

Read more »

Early August flotsam

August 5, 2012
By
Early August flotsam

Back teaching a couple of subjects and it’s the constant challenge to find enough common ground with students so one can push/pull them to the other side of new concepts. We are not talking about complex hierarchical models using mixed … Continue reading

Read more »

Getting Started Using R, Part 1: RStudio

August 4, 2012
By
Getting Started Using R, Part 1:  RStudio

Despite my preference for SAS over R, there are some add-ons to “basic” R that I’ve found that have made my learning process way easier.  While I’m still in my infancy in learning R, I feel like once I found … Continue reading

Getting Started Using R, Part 1: RStudio is an article from randyzwitch.com,...

Read more »

Highlights from the useR! 2012 conference

August 1, 2012
By

Video (screencast) of the presentation by Szilard Pafka at the Los Angeles R users group. I summarized (with short demos) a few of the talks from the useR! 2012 conference. We are planning one more meetup to cover more talks. … Continue reading

Read more »

unsupervised classification of a raster in R: the layer-stack or part one.

July 29, 2012
By
unsupervised classification of a raster in R: the layer-stack or part one.

In my last post I was explaining the usage of QGis to do a layerstack of a Landsat-scene. Due to the fact that further research and trying out resulted in frustration I decided to stick with a software I know well: R. So download the needed layers here and open up your flavoured version of

Read more »