Re: [R] Help about nlminb function

2010-12-15 Thread kamel gaanoun
thing itself have purpose? Or do we, what's the word... imbue it." > - Jubal Early, Firefly > > kamel gaanoun wrote on 12/15/2010 09:22:57 AM: > > > [image removed] > > > > Re: [R] Help about nlminb function > > > > kamel gaanoun > > >

Re: [R] Help about nlminb function

2010-12-15 Thread Jonathan P Daily
#x27;s the word... imbue it." - Jubal Early, Firefly kamel gaanoun wrote on 12/15/2010 09:22:57 AM: > [image removed] > > Re: [R] Help about nlminb function > > kamel gaanoun > > to: > > Jonathan P Daily > > 12/15/2010 09:23 AM > > Cc: &g

Re: [R] Help about nlminb function

2010-12-15 Thread Ben Bolker
kamel gaanoun gmail.com> writes: > > I appologize for the lack of information in my previous mail, but it is my > first one. > > Yes I red -in part- the Port documentation to learn what does the message > X-convergence (3) mean. > > so this is my nlminb and the results : > > res1<-nlminb(par

Re: [R] Help about nlminb function

2010-12-15 Thread kamel gaanoun
I appologize for the lack of information in my previous mail, but it is my first one. Yes I red -in part- the Port documentation to learn what does the message X-convergence (3) mean. so this is my nlminb and the results : res1<-nlminb(parametres[,3], V, lower=c(rep(0.01, 18), rep(0.01, 3), rep

Re: [R] Help about nlminb function

2010-12-15 Thread Jonathan P Daily
How are we supposed to help you if we have no idea how you are using it? Did you read the PORT documentation? Did you look at the control parameters outlined in the function help page? Often times for me a return of the initial conditions is an issue with either inappropriate tolerance or havin