Displaying 1 result from an estimated 1 matches for "pd_lower_cf".
2009 Jan 19
2
pchisq error
Dear R experts,
I'm trying to call 'pchisq' from within a C subroutine. The following
error is returned:
** NON-convergence in pgamma()'s pd_lower_cf() f= nan.
This error message is not printed the first time I call 'pchisq' from
the C subroutine, but the second time or the next time I call 'pchisq'
from within R.
My session output is shown below:
######################
> system('R CMD SHLIB reproduceError.c')
mak...