Chapter Contents |
Previous |
Next |
The MEANS Procedure |
Procedure features: |
|
Program |
proc means data=charity fw=8 maxdec=2 alpha=.1 clm mean std; |
class Year; |
var MoneyRaised HoursVolunteered; title 'Confidence Limits for Fund Raising Statistics'; title2 '1992-94'; run; |
Output |
PROC MEANS displays the lower and upper confidence limits for both variables for each year. | |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.