FITINDIVIDUALLY procedure
Fits regression models one term at a time (R.W. Payne).
Options
Parameter
Description
FITINDIVIDUALLY is provided as an alternative to the FIT directive for use, in particular, with generalized linear models. With these models, for efficiency, the entire model is fitted at once rather than one term at a time as in ordinary regression models. As a result the terms of the generalized linear model are pooled into a single line in the analysis of deviance table. However, if you want to see the contributions of the individual terms in the analysis of deviance table, you can use FITINDIVIDUALLY instead of FIT.
FITINDIVIDUALLY is used exactly like FIT. It must be preceded by a MODEL statement, and can be followed by RCHECK, RDISPLAY, RGRAPH, RKEEP, ADD, DROP, SWITCH and so on. It has a TERMS parameter to specify the terms to be fitted, like the parameter of FIT. It also has options PRINT, CONSTANT, FACTORIAL, POOL, DENOMINATOR, NOMESSAGE, FPROBABILITY, TPROBABILITY, SELECTION which operate like those of FIT.
Options: PRINT, CONSTANT, FACTORIAL, POOL, DENOMINATOR, NOMESSAGE, FPROBABILITY, TPROBABILITY, SELECTION.
Parameter: TERMS.
Method
FITINDIVIDUALLY uses FCLASSIFICATION to break the TERMS formula up into individual terms. It fits these individually using ADD, and then calls RDISPLAY to display the output.
Action with
RESTRICT
As in FIT, the y-variate (specified in an earlier MODEL directive) can be restricted to analyse a subset of the data.