print.pod {POD}R Documentation

Summary of POD objects

Description

Generate nicely formatted output of the POD object

Usage

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

Arguments

x

An object of class 'pod'

...

Other parameters, not supported yet.

Value

Nothing is returned.

Examples

x <- cbind(
 X=c( 0.1,1,2,5,10,20 ),
 S=c( 0,5,6,6,6,6 ),
 N=c( 6,6,6,6,6,6 )
)
obj <- analyzeSingleLab(x=x)
print(obj)
# or just
obj

obj <- analyzeSingleLab(x=x, qLOD=c(50, 70, 95))
obj

[Package POD version 1.2.0 Index]