Hi, On Mon, Sep 5, 2011 at 6:46 AM, privat NDOUTOUME <[email protected]> wrote: > Hi, > > I'm working on multiple logistic regression. I used the function vglm > (Package VGAM) in R. Now, i'd like to implent this function (vglm) in C++. > Could someone help me or send me the algorithm.
Download and extract the source version of the package from its page on CRAN: http://cran.r-project.org/web/packages/VGAM/index.html Look for the "Package source" link. It's not clear what part you want to re-implement, but the code for the entire package is in there. I reckon you'll be able to fish out the parts of whatever you are looking for yourself. -steve -- Steve Lianoglou Graduate Student: Computational Systems Biology | Memorial Sloan-Kettering Cancer Center | Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

