-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.82 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
# Generated by roxygen2: do not edit by hand
S3method(format,supernova_number)
S3method(generate_models,formula)
S3method(generate_models,lm)
S3method(listwise_delete,data.frame)
S3method(listwise_delete,lm)
S3method(obj_print_header,supernova_number)
S3method(plot,pairwise)
S3method(print,comparison_models)
S3method(print,pairwise)
S3method(print,supernova)
S3method(supernova,lm)
S3method(supernova,lmerMod)
S3method(tbl_sum,pairwise_tbl)
S3method(variables,formula)
S3method(variables,lm)
S3method(variables,lmerMod)
S3method(variables,supernova)
S3method(vec_arith,supernova_number)
S3method(vec_arith.numeric,supernova_number)
S3method(vec_arith.supernova_number,MISSING)
S3method(vec_arith.supernova_number,default)
S3method(vec_arith.supernova_number,numeric)
S3method(vec_arith.supernova_number,supernova_number)
S3method(vec_cast,character.supernova_number)
S3method(vec_cast,double.supernova_number)
S3method(vec_cast,supernova_number.character)
S3method(vec_cast,supernova_number.double)
S3method(vec_cast,supernova_number.supernova_number)
S3method(vec_ptype2,character.supernova_number)
S3method(vec_ptype2,double.supernova_number)
S3method(vec_ptype2,supernova_number.character)
S3method(vec_ptype2,supernova_number.double)
S3method(vec_ptype2,supernova_number.supernova_number)
S3method(vec_ptype_abbr,supernova_number)
export(as_number)
export(autoplot.pairwise)
export(drop_term)
export(equation)
export(generate_models)
export(is_number)
export(listwise_delete)
export(number)
export(pairwise)
export(pairwise_bonferroni)
export(pairwise_t)
export(pairwise_tukey)
export(supernova)
export(variables)
import(vctrs)
importFrom(methods,setOldClass)
importFrom(pillar,tbl_sum)
importFrom(rlang,.data)
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,drop1)
importFrom(stats,formula)
importFrom(stats,pf)
importFrom(stats,terms)