Description Usage Arguments Value Author(s)
This method gets the response terms from a “Formula” Object
| 1 2 3 |   ## S3 method for class 'Formula'
getResponseTerms(x, ...,
    single.only=FALSE, duplicates=TRUE)
 | 
| x | a formula | 
| ... | ignored parameters | 
| single.only | a logical specifying whether 'cbind' or 'list' keywords are allowed | 
| duplicates | a logical specifying whether the returned character-vector will only return duplicates. | 
a character-vector specifying the response terms of the formula
Matt Owen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.