Method: Rust::ANOVAModel#initialize
- Defined in:
- lib/rust/models/anova.rb
#initialize(model) ⇒ ANOVAModel
Creates a new model
.
46 47 48 |
# File 'lib/rust/models/anova.rb', line 46 def initialize(model) @model = model end |
Creates a new model
.
46 47 48 |
# File 'lib/rust/models/anova.rb', line 46 def initialize(model) @model = model end |