English

Analytics
Joanna Gola 0
10 Commandments of Applied Econometrics or how not to sin when working with real data – Part 4

In the third post of the 10 Commandments of Applied Econometrics series we discussed the issue of data exploration. Today, I will present the next commandments: keep the solutions simple and use model validation. Keep the models sensibly simple Striking the right balance between simplicity and sophistication: the models created should be neither

Learn SAS | Programming Tips
Leonid Batkhan 0
Combine and conquer with SAS

The ancient political maxim “divide and conquer” (Lat. “dīvide et īmpera”) has been used for millennia in politics, sociology, and psychology, mainly to manipulate people. In the last two centuries, however, this principle has also been adopted by computer science. It is widely used in computer programming, primarily in computer

Programming Tips
Warren F. Kuhfeld 0
The BEST D formats that you have ever seen!

The Dw.p format displays numeric values, in a field w positions wide, possibly with a great range of values, lining up decimals for values of similar magnitude. The BESTDw.pformat combines the BESTw. format for integers and the Dw.p format for nonintegers. Specifying BESTDw.p (where p = w - 1) is better than specifying BESTw. for columns, since decimals do not shift when the last digit is 0.

1 155 156 157 158 159 321