Search for tag: "nicotine addiction"

Histograms and Boxplots in R.mp4

In this video we illustrate how to use the hist() function to plot histograms in R, and we illustrate the use and effects of some of its options (breaks and freq). We also show how to overlay a…

From  Daniel Hall 181 plays 0  

The plot() Function.mp4

The plot() function is the ultimate generic function in R. It is highly flexible, and produces a variety of different plot types depending upon the class of the objects that it operates on and the…

From  Daniel Hall 110 plays 0  

PROC STANDARD and PROC RANK

PROCs STANDARD and RANK are simple procedures that produce no output, but create transformed versions of the variables in a data set. PROC STANDARD can be used to center a random variable and/or…

From  Daniel Hall 407 plays 0  

Using PROC MEANS

From  Daniel Hall 511 plays 0  

Examples of List Input-Part 3

This video illustrates list input when there are two or more observation per line. A trailing double-@ at the end of the INPUT statement does the trick.

From  Daniel Hall 145 plays 0  

Examples of List Input-Part 1

A demonstration of reading data from a plain text file via a data step using list input. In this example we have one observation per line.

From  Daniel Hall 306 plays 0