I do most of my statistics in R, but I am working on a project in C# and was hoping to use alglib to be able to automate a fairly large number of logistic regressions.
I read the guide on how to format the data and am working on pulling the data in from my database and getting it in the right format, but I can't do a simple logit.
Such as x = 0 or 1. x~a+b+c+e I will have a fairly large number of independent variables, but I can't imagine that is an issue.
I copied the .cs files to my project and have been looking through the examples, but I have not found one that really gives me any hints on logits. I found this:
http://www.mirrors.docunext.com/websvn/ ... rb?rev=133 as well, but I figured I would check in the forums to see if someone had an example or guide on how to produce a simple logit using the logit.cs file it would make my life a lot better. I have only been using c# for a few months, so I apologize if this is obvious, but reading logit.cs did not seem to give me any insight as to how to do it.
Thank you,
Andy