View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Toadhall Toadhall is offline
external usenet poster
 
Posts: 4
Default VBA coding of a Logit regression

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?