Last data update: 2014.03.03

R: Prints an mpcv object
printR Documentation

Prints an mpcv object

Description

This function prints a mpcv object. It is a method for the generic function print of class "mpcv".

Usage

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

Arguments

x

object of class "mpcv".

...

other arguments, all currently ignored.

Details

This function prints values of the three components: CpV, PS and PD with names of variable which influence the components values the most.

Author(s)

Krzysztof Ciupke, <krzysztof.ciupke at polsl.pl>

See Also

mpcv

Examples

data(industrial)   
x <- industrial$x
LSL <- industrial$LSL
USL <- industrial$USL
Target<- industrial$Target
res.ind <- mpcv(x, LSL=LSL, USL=USL, Target=Target, alpha=0.025)
print(res.ind)

Results