Skip to content
Prev 299136 / 398506 Next

About nlminb function

Hello,

Try


makeFunction <- function(x) eval( parse(text=x) )

name <- 'hdev'
nlminb(c(9, 12), objective = makeFunction(name))

Hope this helps,

Rui Barradas

Em 04-07-2012 17:37, Freddy Hern?ndez escreveu: