search for: reproduceerror

Displaying 1 result from an estimated 1 matches for "reproduceerror".

2009 Jan 19
2
pchisq error
...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') make: `reproduceError.so' is up to date. > > reproduceError <- function(x){ + dyn.load('reproduceError.so') + .C('tempCfunction',as.double(x)) + dyn.unload('reproduceError.so') + invisible(NULL) + } > > pchisq(5.464342,1,lower.t...