Class: Rust::StatisticalTests::PValueAdjustment::Hommel

Inherits:
Object
  • Object
show all
Defined in:
lib/rust/stats/tests.rb

Class Method Summary collapse

Class Method Details

.adjust(*p_values) ⇒ Object



246
247
248
249
250
251
# File 'lib/rust/stats/tests.rb', line 246

def self.adjust(*p_values)
    Rust.exclusive do
        Rust['adjustment.p'] = p_values
        return Rust._pull("p.adjust(adjustment.p, method=\"hommel\")")
    end
end