Method: Rust::ANOVAModel.pull_variable

Defined in:
lib/rust/models/anova.rb

.pull_variable(variable, type, klass) ⇒ Object



13
14
15
16
17
# File 'lib/rust/models/anova.rb', line 13

def self.pull_variable(variable, type, klass)
    model = RustDatatype.pull_variable(variable, Rust::List)
    
    return ANOVAModel.new(model)
end