VBA coding of a Logit regression

G

Guest

I need to do a Logit regression 1000s of times. Running the regressions in an
excel macro is the most practical solution. I have successfully coded (with a
lot of help) a linear regression macro similar to the excel addin available.
However, I need to do a Logit regression which is not a standard addin
function. Does anyone have some VBA code for a logit regression or perhaps
know how to manipulate data such that it would work in a standard linear
regression macro?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top