print.pram {sdcMicro}R Documentation

Print method for objects from class pram

Description

Print method for objects from class ‘pram’.

Usage

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

Arguments

x object from class ‘pram’
...

Value

Short information about the method and the parameters used.

Author(s)

Matthias Templ

See Also

pram

Examples

data(free1)
x <- free1[,"MARSTAT"]
x2 <- pram(x)
x2

[Package sdcMicro version 2.5.8 Index]