regr-internal {regr}R Documentation

Internal regr objects

Description

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

Usage

## i.glm(...)
## i.lm(...)
## i.multinomial(...)
## i.survreg(...)
## i.polr(...)
## i.smooth(...)

## S3 method for class 'mregr'
print(x, na.print=getOption("na.print"), ...)
notice(..., notices = NULL)

Arguments

x,y, object

R objects

na.print

see print.regr

condition

condition

...

...


[Package regr version 1.1 Index]