[R] Need more information about VGLM

Steve Lianoglou mailinglist.honeypot at gmail.com
Mon Sep 5 20:48:35 CEST 2011


Hi,

On Mon, Sep 5, 2011 at 6:46 AM, privat NDOUTOUME <privatn at yahoo.fr> 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



More information about the R-help mailing list