Chapter Contents |
Previous |
Next |
The UNIVARIATE Procedure |
Procedure features: |
| ||||||||||||||||||||||||
Other features: |
| ||||||||||||||||||||||||
Data Set: | DISTRDATA |
Program |
goptions htitle=4 htext=3 ftext=swissb ftitle=swissb; |
symbol value=star; |
proc univariate data=distrdata noprint; var Normal_x; |
probplot normal_x /normal(mu=est sigma=est) pctlminor; |
inset mean std / format=3.0 header='Normal Parameters' position=(95,5) refpoint=br; |
title1 '100 Obs Sampled from a Normal Distribution'; title2 'Normal Probability Plot'; run; |
Output |
Normal Probability Plot with a Normal Reference Line and a Customized Inset
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.