Provides actions for fitting linear, generalized linear, and logistic models
| Action Name | Description |
|---|---|
| genmod | Fits generalized linear regression models |
| genmodScore | creates a table on the server that contains results from scoring observations by using a fitted model |
| glm | Fits linear regression models using the method of least squares |
| glmScore | creates a table on the server that contains results from scoring observations by using a fitted model |
| logistic | Fits logistic regression models |
| logisticAssociation | computes indices of rank correlation between predicted probabilities and observed responses used for assessing the predictive ability of a model |
| logisticCode | writes SAS DATA step code for computing predicted values of the fitted model |
| logisticLackfit | computes the Hosmer and Lemeshow test |
| logisticOddsRatio | creates a table that compares subpopulations by using odds ratios. |
| logisticScore | creates a table on the server that contains results from scoring observations by using a fitted model |
| logisticType3 | computes Type 3 or Joint tests that all parameters for an effect are zero |
| modelMatrix | creates a table on the server that contains the design matrix associated with a given model statement. |