print-iRegression: Print Values for various iRegression methods

Description Usage Arguments See Also

Description

print prints its argument.

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
## 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


iRegression documentation built on May 2, 2019, 8:24 a.m.