-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
73 lines (72 loc) · 1.7 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Generated by roxygen2: do not edit by hand
S3method("[",errors)
S3method("[<-",errors)
S3method("[[",errors)
S3method("[[<-",errors)
S3method("correl<-",errors)
S3method("covar<-",errors)
S3method("errors<-",errors)
S3method("errors<-",logical)
S3method("errors<-",numeric)
S3method(Math,errors)
S3method(Ops,errors)
S3method(Summary,errors)
S3method(all,equal.errors)
S3method(anyDuplicated,errors)
S3method(as.data.frame,errors)
S3method(as.errors,default)
S3method(as.list,errors)
S3method(as.matrix,errors)
S3method(c,errors)
S3method(cbind,errors)
S3method(correl,errors)
S3method(covar,errors)
S3method(diff,errors)
S3method(drop_errors,data.frame)
S3method(drop_errors,errors)
S3method(duplicated,errors)
S3method(errors,errors)
S3method(errors,logical)
S3method(errors,numeric)
S3method(errors_max,errors)
S3method(errors_max,numeric)
S3method(errors_min,errors)
S3method(errors_min,numeric)
S3method(format,errors)
S3method(log10,errors)
S3method(log2,errors)
S3method(mean,errors)
S3method(median,errors)
S3method(na.exclude,errors)
S3method(na.fail,errors)
S3method(na.omit,errors)
S3method(plot,errors)
S3method(print,errors)
S3method(quantile,errors)
S3method(rbind,errors)
S3method(rep,errors)
S3method(set_correl,errors)
S3method(set_covar,errors)
S3method(set_errors,errors)
S3method(set_errors,logical)
S3method(set_errors,numeric)
S3method(str,errors)
S3method(summary,errors)
S3method(t,errors)
S3method(unique,errors)
S3method(weighted.mean,errors)
export("correl<-")
export("covar<-")
export("errors<-")
export(as.errors)
export(correl)
export(covar)
export(drop_errors)
export(errors)
export(errors_max)
export(errors_min)
export(geom_errors)
export(set_correl)
export(set_covar)
export(set_errors)
import(stats)