Open vforget opened 11 months ago
The min float in R is ~1E-308. Does susieR support smaller p-values via library such as Rmpfr? Or are p-values optional and instead use Z-scores?
@vforget susie_rss takes z-scores as input, not p-values. (If you have p-values, you can get the z-scores if you also know the sign of the z-score.)
susie_rss
The min float in R is ~1E-308. Does susieR support smaller p-values via library such as Rmpfr? Or are p-values optional and instead use Z-scores?