[R] Implent the function vglm in C++

2011-09-05 Thread Quentin
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. Thanks in advance, Quentin -- View this message in context: http://r.789695.n4.

[R] SPOT package non-conformable arrays

2014-04-30 Thread Quentin Delivré
Hello everyone I'm relatively new in R coding and I have a problem using the function forrBuilder, from SPOT package. > fitC <- forrBuilder(xe, ye, 1e-3, 1e2, "optim-L-BFGS-B" , 100,0,1,FALSE) Error in x - matrix(rep(xmin, s), nrow = s, byrow = TRUE) : non-conformable arrays > traceback() 2: sp