reg-methods: Methods for objects of class "reg"

Description Usage Arguments Details Value

Description

Methods for common modelling generics

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
## S3 method for class 'reg'
anova(object, ...)

## S3 method for class 'reg'
case.names(object, ...)

## S3 method for class 'reg'
coef(object, ...)

## S3 method for class 'reg'
deviance(object, ...)

## S3 method for class 'reg'
df.residual(object, ...)

## S3 method for class 'reg'
formula(x, ...)

## S3 method for class 'reg'
model.frame(formula, ...)

## S3 method for class 'reg'
nobs(object, ...)

## S3 method for class 'reg'
plot(x, ...)

## S3 method for class 'reg'
predict(object, ...)

## S3 method for class 'reg'
print(x, ...)

## S3 method for class 'reg'
residuals(object, ...)

## S3 method for class 'reg'
simulate(object, ...)

## S3 method for class 'reg'
summary(object, ...)

## S3 method for class 'reg'
terms(x, ...)

## S3 method for class 'reg'
variable.names(object, ...)

## S3 method for class 'reg'
vcov(object, ...)

## S3 method for class 'reg'
weights(object, ...)

Arguments

object

the same

...

Additional arguments passed to methods. In the case of print, this is passed through to printCoefmat.

x

An object returned by reg

formula

the same

model

the same

Details

These functions simply provide a convenience wrapper allowing for code of the form predict(mod) rather than predict(mod$model). These functions per se do nothing directly.

Value

An object returned by the underlying method


leeper/reggie documentation built on May 12, 2019, 12:31 a.m.