Hi SAS Community,
I use proc nlin to fit various models to data.
I want to be able to say for example "if the distribution of square errors has these features, then do ..."
Does proc nlin output the distribution of squared errors as a dataset, or do I have to go back and use the model parameters to manually get the SE distribution?
I am trying make this as efficient as possible as have multiple datasets to process, with each dataset containing ~60,000 rows, and each dataset required ~1,700 non-linear fits (/calls of proc nlin).
Any tips would much be appreciated!
LinLin Jiang