BookmarkSubscribeRSS Feed
deleted_user
Not applicable
how to export the estimate value 'by group'? ?

for example, i have 5 groups, each of group have 100 data, so that 500 data in sum in one dataset. i want to estimate the parameter only for each 100 data, then ouput 5 groups result.

who have any idea?
1 REPLY 1
Philipp_SAS
SAS Employee
Hi,

I do not really understand what kind of data you have from your description, but to export something from OPTMODEL you can use the CREATE DATA programming statement:

http://support.sas.com/documentation/cdl/en/ormpug/63352/HTML/default/viewer.htm#/documentation/cdl/...

Philipp