ABSTRACT

In this chapter,we use examples in R and SAS languages to illustrate how to conduct the various analyses discussed throughout this book.

Reading data into the R environment is the first step of the analysis and there are many ways to do it. For a small data set, the simplest way is to read directly from the clipboard using read.table() function.