class Statsample::GLM::Logistic

Public Class Methods

new(data_set, dependent, opts) click to toggle source
Calls superclass method Statsample::GLM::Base::new
# File lib/statsample-glm/glm/logistic.rb, line 7
def initialize data_set, dependent, opts
  super data_set, dependent, opts
end

Public Instance Methods

to_s() click to toggle source
# File lib/statsample-glm/glm/logistic.rb, line 11
def to_s
  "Statsample::GLM::Logistic"
end