View source: R/bruceR-stats_4_regress.R
formula_paste | R Documentation |
Paste a formula into a string.
formula_paste(formula)
formula |
R formula. |
A character string indicating the formula.
formula_paste(y ~ x)
formula_paste(y ~ x + (1 | g))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.