forked from olivierbarriere/vpcstats
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
37 lines (36 loc) · 883 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Generated by roxygen2: do not edit by hand
S3method(bininfo,vpcstatsobj)
S3method(binning,vpcstatsobj)
S3method(censoring,vpcstatsobj)
S3method(nopredcorrect,vpcstatsobj)
S3method(observed,data.frame)
S3method(plot,vpcstatsobj)
S3method(predcorrect,vpcstatsobj)
S3method(print,vpcstatsobj)
S3method(simulated,vpcstatsobj)
S3method(stratify,vpcstatsobj)
S3method(update,vpcstatsobj)
S3method(vpcstats,vpcstatsobj)
export(bin_by_classInt)
export(bin_by_eqcut)
export(bin_by_ntile)
export(bin_by_pam)
export(bininfo)
export(binning)
export(censoring)
export(check_order)
export(cut_at)
export(nearest)
export(nopredcorrect)
export(observed)
export(predcorrect)
export(simulated)
export(stratify)
export(vpcstats)
import(data.table)
import(magrittr)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,update)