genmod - How can I obtain SAS DATA step code for computing predicted values?

Réponse

You can use the code parameter, which accepts an aircodegen structure, to write SAS DATA step code for computing predicted values of the fitted model. It can specify options like casOut (for the output table), comment, fmtWdth, indentSize, intoCutPt, iProb, labelId, lineSize, noTrim, pCatAll, and tabForm.
Did this answer help you?