Description Usage Arguments Author(s) Examples
View source: R/appendmodel_function.R
Prepends or appends to the right-hand-side of a formula
1  | appendmodel(object, prepend = "", append = "")
 | 
object | 
 object containing formula of interest  | 
prepend | 
 character that will precede the model expression  | 
append | 
 character that will succede the model expression  | 
Kim Rand
1 2  | appendmodel(~ a + b, "exp(", ")")
appendmodel(z ~ a + b, " y + ")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.