Method: Statsample::DominanceAnalysis#method_association
- Defined in:
- lib/statsample/dominanceanalysis.rb
#method_association ⇒ Object
Method of :regression_class used to measure association.
Only necessary to change if you have multivariate dependent.
-
:r2yx (R^2_yx), the default option, is the option when distinction between independent and dependents variable is arbitrary
-
:p2yx is the option when the distinction between independent and dependents variables is real.
80 81 82 |
# File 'lib/statsample/dominanceanalysis.rb', line 80 def method_association @method_association end |