[R] NUMERIC DERIVATE

2003-12-17 Thread Savano S. Pereira
UseRs, I used the optim function valor.optim <- optim(c(1,1,1),logexp1,method ="BFGS",control=list(fnscale=-1),hessian=T); and I want to calculate the derivates, psi1<-valor.optim$par[1] psi2<-valor.optim$par[2] psi3<-valor.optim$par[3] a0=exp(psi1); a1=exp(psi2)/(20+ex

[R] Jacobian Matrix

2003-12-16 Thread Savano S. Pereira
Dear useRs, I need of jacobian of a tranformation, R have this function? thanks. Savano __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help