Transcription of A.1 SAS EXAMPLES
{{id}} {{{paragraph}}}
SAS EXAMPLESSAS is general-purpose software for a wide variety of statistical analyses. The mainprocedures (PROCs) for categorical data analyses are FREQ, GENMOD, LOGISTIC,NLMIXED, GLIMMIX, and CATMOD. PROC FREQ performs basic analyses fortwo-way and three-way contingency tables. PROC GENMOD fits generalized linearmodels using ML or Bayesian methods, cumulative link models for ordinal responses,zero-inflated Poisson regression models for count data, and GEE analyses for marginalmodels. PROC LOGISTIC gives ML fitting of binary response models, cumulative linkmodels for ordinal responses, and baseline-category logit models for nominal responses.
of other models using weighted least squares. PROC NLMIXED gives ML tting of generalized linear mixed models, using adaptive Gauss{Hermite quadrature. PROC GLIMMIX also ts such models with a variety of tting methods. The examples in this appendix show SAS code for version 9.3. We focus on basic model tting rather than the great variety of options.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}