Skip to content
Prev 76994 / 398502 Next

less precision, please!

On 9/9/2005 7:41 PM, Paul MacManus wrote:
There's no general way to do this.  The function that implements qbeta 
may have some tuning parameters (I haven't looked), but they aren't 
usually needed, and aren't exposed in R.

If you want a quick approximation, I'd suggest doing your calculation on 
a grid of values and using approx() to interpolate.

Duncan Murdoch