response.var | R Documentation |
This works for
response.var(object)
object |
formula, model frame, or fitted model |
the name of the response variable
response.var(a ~ b + c) response.var(~ b + c) # gives '.' response.var(Height + Volume ~ Girth) # incorrect response.var(log(Volume) ~ Girth) # incorrect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.