car (version 1.2-2)

car-internal: Internal car functions

Description

Internal functions for package car.

Usage

df.terms(model, term, ...)
## S3 method for class 'default':
df.terms(model, term, ...)
## S3 method for class 'multinom':
df.terms(model, term, ...)
## S3 method for class 'polr':
df.terms(model, term, ...)
has.intercept(model, ...)
## S3 method for class 'default':
has.intercept(model, ...)
inv(x)
is.aliased(model)
mfrow(n, max.plots=0)
nice(x, direction=c("round", "down", "up"))
predictor.names(model, ...)
## S3 method for class 'default':
predictor.names(model, ...)
relatives(term, names, factors)
responseName(model, ...)
## S3 method for class 'chisq.test':
print(x, ...) 
## S3 method for class 'default':
responseName(model, ...)
response(model, ...)
## S3 method for class 'default':
response(model, ...)
term.names(model, ...)
## S3 method for class 'default':
term.names(model, ...)

Arguments

model
term
...
x
n
max.plots
direction
names
factors

Details

These functions are not intended to be called by the user.