Online File

How to use this page


Rick Aster: Professional SAS Programming Secrets: Contents

Chapter 12
Program 12a
Earthquakes and moon phases: frequency tables


*
  Professional SAS Programming Secrets
  Program 12a
  Earthquakes and moon phases: frequency tables
*;

proc freq data=work.quake;
   tables moonphase magnitude_group*moonphase / chisq;
run;

 O /\

Global
Statements

RICK ASTER

SAS

BOOKS

Tech | Dictionary

Download | Rastinate

Rick Aster

Professional SAS Programming Secrets

Contents/Online Files

Corrections