Search for tag: "dog breeder"

Reading Data Into R - Part 1 (read.table(), classes, and factors)

In this video we introduce read.table() for reading data from an external file into a data frame in R. We illustrate the use of this function via Example #1 in Mod9Script.R; you should download that…

From  Daniel Hall 1,263 plays 0  

The SET Statement - Part 1

This video introduces the SET command within a SAS data step for copying one dataset into another or for combining datasets vertically (vertical concatenation). This video covers essential content…

From  Daniel Hall 672 plays 0  

The Automatic Variables _N_ and _ERROR_

There are two variables that SAS automatically creates in the program data vector when processing a data step. One is _N_ and the other is _ERROR_. These are useful to know about when programming in…

From  Daniel Hall 525 plays 0  

Examples of Delimited Input-Part 1

This video provides an introduction to delimited input. Follow along with Example #5 in InputExamps.sas.

From  Daniel Hall 246 plays 0