Learn R Programming

mpcv (version 1.1)

print: Prints an mpcv object

Description

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

Usage

"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.

See Also

mpcv

Examples

Run this code
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)

Run the code above in your browser using DataLab