Skip to content
Prev 383119 / 398502 Next

nls problem

Simpler:


FPG2 <- function(x, model){
   as.vector(cbind(1, x, x^2) %*% coef(model))
}


Hope this helps,

Rui Barradas

?s 12:56 de 02/04/20, Rui Barradas escreveu: