#2 Subsets

You can think of a subset as part of a larger group or a filter of a larger group. In this tutorial we will get a subset of the Cars table located in SASHELP. More specifically I want only cars who have the origin of Asia.

SASHELP is a permanent library that contains sample data like the Cars table. The table Cars contains 428 observations or rows.

--

--