Series
- Using R (12)
- Using WordPress (3)
-
Recent Posts
- Using R — Working with Geospatial Data
- Best Best Practices Ever!
- Using R — Package Installation Problems
- Using R — Packaging a C library in 15 minutes
- Using R — Callling C code with Rcpp
- Using R — .Call(“hello”)
- Using R — Calling C Code ‘Hello World!’
- Using R — A Script Introduction to R
- Using R — Easier Error Handling with try()
- Using R — Basic error Handing with tryCatch()
Blogroll
Tags
Babel BeautifulSoup best practices C CentOS CSV Data.gov disk I/O error handling FIPS HTML i18n ISO javascript jquery KML LaTex Mac metadata MS Access MS Excel MySQL netcdf NYTimes palettes plone PostgreSQL python R RDBMS R package SQL SQLite standards Subversion Trac Tufte Ubuntu units Unix USGS validation VMware WordPress XML
Blog Archives
Using R — Documentation
This entry is part 1 of 12 in the series Using RWe use R a lot. R takes care of many our basic data management needs. R is an awesome statistical analysis package. R allows you to produce exceptional data … read more …
Using R — Installing Packages
This entry is part 2 of 12 in the series Using ROne of the reasons to use R for analysis and visualization is the rich ecosystem of ‘packages’ contributed by others. In most cases, just as with smartphones, “There’s a … read more …
Using R — Package Installation Problems
This entry is part 3 of 12 in the series Using RThe post titled Installing Packages described the basics of package installation with R. The process is wonderfully simple when everything goes well. But it can be maddening when it … read more …
Using R — A Script Introduction to R
This entry is part 3 of 12 in the series Using RTo many people, R is like the Everglades. They’ve heard of it, they know it’s big and has amazing treasures deep inside. Articles in the media can make it … read more …
Using R — Standalone Scripts & Error Messages
This entry is part 4 of 12 in the series Using ROpen-source R is an amazing tool for statistical analysis and data visualization. Serious R gurus have found ways to do just about anything entirely within the R environment. Nevertheless, … read more …