print-iRegression {iRegression}R Documentation

Print Values for various iRegression methods

Description

print prints its argument.

Usage

## S3 method for class 'cm'
print(x, ...)
## S3 method for class 'crm'
print(x, ...)
## S3 method for class 'ccrm'
print(x, ...)
## S3 method for class 'MinMax'
print(x, ...)
## S3 method for class 'bivar'
print(x, ...)
## S3 method for class 'summary.cm'
print(x, ...)
## S3 method for class 'summary.crm'
print(x, ...)
## S3 method for class 'summary.ccrm'
print(x, ...)
## S3 method for class 'summary.MinMax'
print(x, ...)
## S3 method for class 'summary.bivar'
print(x, ...)
## S3 method for class 'coef.crm'
print(x, ...)
## S3 method for class 'coef.ccrm'
print(x, ...)
## S3 method for class 'coef.MinMax'
print(x, ...)
## S3 method for class 'coef.bivar'
print(x, ...)

Arguments

x

an object used to select a method..

...

further arguments passed to or from other methods.

See Also

print


[Package iRegression version 1.2.1 Index]