Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

has.intercept

Indicates whether the formula contains an intercept


Description

This is a generic which provide convenient methods for formula/Formula object and for specific fitted models

Usage

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, ...)

Arguments

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

Author(s)

Yves Croissant


mlogit

Multinomial Logit Models

v1.1-1
GPL (>= 2)
Authors
Yves Croissant [aut, cre]
Initial release
2020-10-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.