| Title |
Description (Page under Construction) |
|
VB6 Downloads |
This section offers some VB6 programs that might
be helpful in analytics work related to credit scoring, etc. As always, I have to say that
these programs are without warranty and I accept no liability for their use or installation.
|
| Search for SAS Files |
This is a program to allow the user to search their hard drive to pick the SAS file that
is needed. Very handy.
|
| Pick Lists |
This is a program to allow the user to pick a list of variables, for example,
for input as a selection criteria for a statistical routine. Very handy.
|
| Calling SAS |
This is a program to call SAS from your VB6 program. Cool because it is so easy!
|
| Generating C.A.R.T. Code |
This program generates CART code from a GUI for submission to S-Plus.
|
| Tobit Probability |
When you estimate a Tobit model using PROC LIFEREG in SAS or a Tobit Regression
routine in SHAZAM, you may want to implement the code apart from the statistical
software. The trick is to translate the linear index into the appropriate density and
probability values. This code shows you how in VB6.
|
| Logit Model |
Have you ever wanted to know what goes on behind the scenes in estimating a logit
model in SHAZAM or SAS? Well, this download actually estimates this type of model in
VB6. Now, logit estimation is not a black box!
|
| Probit Model |
Have you ever wanted to know what goes on behind the scenes in estimating a probit
model in SHAZAM or SAS? Well, this download actually estimates this type of model in
VB6. Now, probit estimation is not a black box!
|