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.(PROC SURVEYLOGISTIC fits binary and multi-category regression models to sur-vey data by incorporating the sample design into the analysis and using the method ofpseudo ML.)
PROC FREQ forms the table with the TABLES statement, ordering row and column categories alphanumerically. To use instead the order in which the categories appear in the data set (e.g., to treat the variable properly in an ordinal anal-ysis), use the ORDER = DATA option in the PROC statement. The WEIGHT state-
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}