Description Usage Arguments Author(s)
This is a generic which provide convenient methods for formula/Formula object and for specific fitted models
1 2 3 4 5 6 7 8 9 10 11 12 13 | has.intercept(object, ...)
## Default S3 method:
has.intercept(object, ...)
## S3 method for class 'formula'
has.intercept(object, ...)
## S3 method for class 'Formula'
has.intercept(object, rhs = NULL, ...)
## S3 method for class 'mlogit'
has.intercept(object, ...)
|
object |
the object |
... |
further arguments |
rhs |
for the Formula method the rhs for which one wants to know if there is an intercept may be specified |
Yves Croissant
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.