bin_: generic method for bin_

Description Usage Arguments Value Methods (by class)

Description

generic method for bin_

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
bin_(.self, b, ...)

## S4 method for signature 'Binary_Performance,Continuous'
bin_(.self, b, min.iv = 0.01,
  min.cnt = 10, min.res = 0, max.bin = 10, mono = 0,
  exceptions = numeric(0))

## S4 method for signature 'Binary_Performance,Discrete'
bin_(.self, b,
  exceptions = numeric(0), ...)

Arguments

.self

the Performance object calling bin_

b

a Bin object

Value

modifies the Bin object in place

modifies the Bin object in place

Methods (by class)


Zelazny7/rubbish documentation built on May 10, 2019, 1:56 a.m.