On Wed, Apr 2, 2008 at 5:05 PM, <[EMAIL PROTECTED]> wrote: > > >> > hi: you need to give an example and details or > > >> > you won't get much response, if any. > > > > > > Equation e.g. (A, B are known constants): > > > 3log(gamma(x))-log(gamma(x)*gamma(2x))+(x-1)*A+B=0 > > > > uniroot() can solve that if you can bracket the solution. > > Thank you very much - that's exactly what I need.
To bracket the solution, plot the curve of your function (?curve). Paul ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.