Learn R Programming

PAS (version 1.2.5)

PAS.binmod.print: binmod.print

Description

Show a terse summarize for a binmod object.

Usage

# S3 method for binmod
print(x, ...)

Arguments

x

An binmod object.

...

Further parameters may also be supplied as arguments.

Examples

Run this code
# NOT RUN {
#load PAS library
library (PAS)
#load the demo data
data (beef)
#conduct bin model analysis.
binmod.result=binmod (x, y, map)
print(binmod.result)
#show structure of a binmod object
str(binmod.result)
# }

Run the code above in your browser using DataLab