PAS.binmod.print {PAS} | R Documentation |
binmod.print
Description
Show a terse summarize for a binmod object.
Usage
## S3 method for class 'binmod'
print(x, ...)
Arguments
x |
An binmod object. |
... |
Further parameters may also be supplied as arguments. |
Examples
#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)
[Package PAS version 1.2.5 Index]