has.intercept: Check for the presence of an intercept in a formula or in a...

Description Usage Arguments Value

View source: R/tool_misc.R

Description

The presence of an intercept is checked using the formula which is either provided as the argument of the function or extracted from a fitted model.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
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 'panelmodel'
has.intercept(object, ...)

## S3 method for class 'plm'
has.intercept(object, rhs = 1L, ...)

Arguments

object

a formula, a Formula or a fitted model (of class plm or panelmodel),

...

further arguments.

rhs

an integer (length > 1 is possible), indicating the parts of right hand sides of the formula to be evaluated for the presence of an intercept or NULL for all parts of the right hand side (relevant for the Formula and the plm methods)

Value

a logical


plm documentation built on Sept. 21, 2021, 3:01 p.m.