Benjamini-Yekutieli p-value adjustment method.
356 357 358 359 360 361
# File 'lib/rust/stats/tests.rb', line 356 def self.adjust(*p_values) Rust.exclusive do Rust['adjustment.p'] = p_values return Rust._pull("p.adjust(adjustment.p, method=\"BY\")") end end