UCLA Academic Technology Services HomeServicesClassesContactJobs
Search

SAS Textbook Examples
Applied Longitudinal Data Analysis: Modeling Change and Event Occurrence
by Judith D. Singer and John B. Willett
Chapter 9: A framework for investigating event occurrence


Fig. 9.1 on page 321.
goptions reset=all htext=1 device=jpeg;
pattern1 color=gray;
axis1 order=(0 to 500 by 100) minor=none label=none;
proc gchart data = 'd:\alda\teachers';
 vbar3d t /  group=censor outside=freq  discrete shape=c
			cframe=white noframe  width=3 nozero raxis=axis1;
run;
quit;


How to cite this page

Report an error on this page

UCLA Researchers are invited to our Statistical Consulting Services
We recommend others to our list of Other Resources for Statistical Computing Help
These pages are Copyrighted (c) by UCLA Academic Technology Services


The content of this web site should not be construed as an endorsement of any particular web site, book, or software product by the University of California