Description Usage Arguments Examples
Return the reponse variable contained in the formula
| 1 2 3 4 | select.response(x, ...)
## S3 method for class 'formula'
select.response(x, type = "call", ...)
 | 
| x | a formula | 
| ... | additional arguments to be passed to the low level functions | 
| type | either return an object of type call ( | 
| 1 2 3 4 5 6 7 8 | select.response(Y1~X1+X2)
select.response(Y1~X1+X2, type = "vars")
select.response(Y1~X1+Y1)
select.response(Y1+Y2~X1+Y1, type = "vars")
select.response(~X1+X2)
select.response(~X1+X2, type = "vars")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.