Re: [R] Error in chol.default

2020-07-16 Thread J C Nash
The error msg says it all if you know how to read it. > When I run the optimization (given that I can't find parameters that > fit the data by eyeball), I get the error: > ``` > Error in chol.default(object$hessian) : > the leading minor of order 1 is not positive definite Your Jacobian (deriv

Re: [R] error in chol.default((value + t(value))/2) : , the leading minor of order 1 is not positive definite

2018-05-07 Thread David Winsemius
> On May 5, 2018, at 1:19 AM, Troels Ring wrote: > > Dear friends - I'm having troubles with nlme fitting a simplified model as > shown below eliciting the error > > Error in chol.default((value + t(value))/2) : > the leading minor of order 1 is not positive definite - > > I have seen the t