response_var | R Documentation |
Get response variable
response_var(obj)
obj |
formula, model frame, or fitted model |
character string
response_var(a ~ b + c) # response_var(~ b + c) # gives error response_var(Height + Volume ~ Girth) response_var(log(Volume) ~ Girth)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.