Displaying 1 result from an estimated 1 matches for "rawslope".
Did you mean:
maxslope
2010 Dec 22
0
fdrtool help
...others.
When it does NOT work, I get the following screen output:
> fdrtool(pvals$Chi2.pval, statistic="pvalue")
Step 1... determine cutoff point
Step 2... estimate parameters of null distribution and eta0
Step 3... compute p-values and estimate empirical PDF/CDF
Error in pvt.isoMean(-rawslope, dx) :
NA/NaN/Inf in foreign function call (arg 1)
In addition: Warning message:
Censored sample for null model estimation has only size 0 !
Range of my data:
> min(pvals$Chi2.pval)
[1] 0
> max(pvals$Chi2.pval)
[1] 0.0498602
I've tried using subsets of pvals$Chi2.pval as x, and fdrt...