Online File

How to use this page


Rick Aster: Professional SAS Programming Secrets: Contents

Chapter 12
Program 12c
Arctic ice: t test

Requires: SAS/STAT


*
  Professional SAS Programming Secrets
  Program 12c
  Arctic ice: t test
*;

proc ttest data=work.arcticice (where=(month = 8)) h0=7.47250 sides=l;
   var extent;
run;

 O /\

Global
Statements

RICK ASTER

SAS

BOOKS

Tech | Dictionary

Download | Rastinate

Rick Aster

Professional SAS Programming Secrets

Contents/Online Files

Corrections