Chapter Contents |
Previous |
Next |
The FREQ Procedure |
Procedure features: |
| |||||||||
Data set: | COLOR |
Program |
options nodate pageno=1 linesize=80 pagesize=40;
proc freq data=color order=freq; weight count; |
tables eyes/binomial alpha=.1; |
tables hair/binomial(p=.28); |
title 'Hair and Eye Color of European Children'; run; |
Output |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.