Chapter Contents |
Previous |
Next |
The MEANS Procedure |
Procedure features: |
| |||||||||||||||||
Other features |
| |||||||||||||||||
Data set: | CAKE |
Program |
options nodate pageno=1 linesize=80 pagesize=64;
proc means data=cake fw=7 completetypes missing nonobs; |
class flavor layers/preloadfmt exclusive order=data; |
ways 1 2; |
var TasteScore; |
format layers layerfmt. flavor $flvrfmt.; title 'Taste Score For Number of Layers and Cake Flavors'; run; |
Output |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.