regr-internal: Internal regr0 objects

Description Usage Arguments

Description

Internal functions of package regr0 that are exported, but should normally not be called by the user directly.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## i.glm(...)
## i.lm(...)
## i.multinomial(...)
## i.survreg(...)
## i.polr(...)
## i.smooth(...)

is.formula(object)
x %nin% y
## S3 method for class 'mregr'
print(x, na.print=getUserOption("na.print"), ...)
DB(on=TRUE)
BR()
IR(condition)
subset(x, ...)

Arguments

x,y, object

R objects

na.print

see print.regr

condition

condition

...

...


regr0 documentation built on May 2, 2019, 4:52 p.m.

Related to regr-internal in regr0...