(This article was first published on Econometric Sense, and kindly contributed to R-bloggers)
# *------------------------------------------------------------------
# | PROGRAM NAME:
# | DATE:
# | CREATED BY:
# | PROJECT FILE:
# *----------------------------------------------------------------
# | PURPOSE:
# |
# *------------------------------------------------------------------
# | COMMENTS:
# |
# | 1:
# | 2:
# | 3:
# |*------------------------------------------------------------------
# | DATA USED:
# |
# |
# |*------------------------------------------------------------------
# | CONTENTS:
# |
# | PART 1:
# | PART 2:
# | PART 3:
# *-----------------------------------------------------------------
# | UPDATES:
# |
# |
# *------------------------------------------------------------------
setwd('/Users/wkuuser/Desktop/R Data Sets') # mac
setwd("P:\\R Code References\\R Data") # windows
rm(list=ls()) # get rid of any existing data
ls() # view open data sets
# IMPORT CSV FILE
YOURDATA <- read.csv("NAME.csv", na.strings=c(".", "NA", "", "?"), encoding="UTF-8")
# *------------------------------------------------------------------
# |
# |
# |
# |
# |
# |
# |
# |
# |
# *-----------------------------------------------------------------
# *------------------------------------------------------------------
# |
# |
# |
# |
# *-----------------------------------------------------------------
# *------------------------------------------------------------------
# |
# *-----------------------------------------------------------------
To leave a comment for the author, please follow the link and comment on his blog: Econometric Sense.
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series,ecdf, trading) and more...

Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).