equalFormulas | R Documentation |
Check if two formulas are equal by evaluating the formulas and extracting terms
equalFormulas(formula1, formula2)
formula1 |
first formula |
formula2 |
second formula |
boolean value indciating of formulas are equivalent
# These formulas are equivalent
formula1 <- ~ Size + 1
formula2 <- ~ 1 + Size
dreamlet:::equalFormulas(formula1, formula2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.