Method: Statsample::DominanceAnalysis.predictor_name
- Defined in:
- lib/statsample/dominanceanalysis.rb
.predictor_name(variable) ⇒ Object
88 89 90 91 92 93 94 |
# File 'lib/statsample/dominanceanalysis.rb', line 88 def self.predictor_name(variable) if variable.is_a? Array sprintf("(%s)", variable.join(",")) else variable end end |