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
Tag Archives: MS Excel
Zero vs. Missing
On the left we have zero, our integer measure of nothingness. On the right we have missing value, aka N/A, aka NA, our signal that the value of a datapoint is unknown. Everyone who deals with data has to deal … read more …
Liberating data from web sites
The great thing about putting data files up on a public web site is that data consumers can download the data with a point and a click. Unfortunately, when lots of individual data files are involved, the consumer of data … read more …