- library(monobin)
- body(woe.bin)
- {
- ops <- options(scipen = 20)
- on.exit(options(ops))
- checks.init(x = x, y = y, sc = sc, sc.method = sc.method,
- y.type = y.type, force.trend = force.trend)
- .......
我在monobin包的woe.bin函数体内看到checks.init这个函数,不明白这个函数的含义,所以想查看checks.init这个函数的函数体。
然而在monobin中、或者monobin:::checks.init无法找到该函数。monobin包依赖的stats, gbm, Rborist三个包内都无法通过::或:::找到该函数。help或sos都无法搜索到该函数
请问如何找到该函数的内容?


雷达卡





京公网安备 11010802022788号







