[R] nonlinear quantile regression
Ricardo Bessa
bessa_ricardo at hotmail.com
Sat Dec 2 20:47:25 CET 2006
Hello, Im with a problem in using nonlinear quantile regression, the
function nlrq.
I want to do a quantile regression o nonlinear function in the form
a*log(x)-b, the coefficients a and b is my objective. I try to use the
command:
funx <- function(x,a,b){
res <- a*log(x)-b
res
}
Dat.nlrq <- nlrq(y ~ funx(x, a, b), data=Dat, tau=0.25, trace=TRUE)
But a cant solve de problem, How I put the formula y ~ funx(x,a,b)?
_________________________________________________________________
MSN Busca: fácil, rápido, direto ao ponto. http://search.msn.com.br
More information about the R-help
mailing list