Method: Statsample::FormulaWrapper#canonical_to_s
- Defined in:
- lib/statsample/formula/formula.rb
permalink #canonical_to_s ⇒ String
Note:
‘y~a+b(-)’ means ‘a’ exist in full rank expansion and ‘b(-)’ exist in reduced rank expansion
Returns canonical tokens in a readable form.
41 42 43 |
# File 'lib/statsample/formula/formula.rb', line 41 def canonical_to_s canonical_tokens.join '+' end |