rdpeng / simpleboot

Simple Bootstrap Routines

simpleboot / NAMESPACE
100644 16 lines (14 sloc) 0.517 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
S3method("hist", "simpleboot")
S3method("summary", "lm.simpleboot")
S3method("print", "summary.lm.simpleboot")
S3method("print", "lm.simpleboot")
S3method("fitted", "lm.simpleboot")
S3method("model.frame", "lm.simpleboot")
S3method("plot", "lm.simpleboot")
S3method("plot", "loess.simpleboot")
S3method("print", "loess.simpleboot")
S3method("fitted", "loess.simpleboot")
export("samples", "lm.boot", "loess.boot")
export("perc.lm", "perc", "one.boot", "two.boot", "pairs.boot")
       
import(stats)
import(graphics)