-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
101 lines (100 loc) · 2.44 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Generated by roxygen2: do not edit by hand
S3method("[",psItemContent)
S3method(as_psClosedSorts,psSort)
S3method(as_psGrid,integer)
S3method(as_psGrid,logical)
S3method(as_psGrid,matrix)
S3method(as_psGrid,numeric)
S3method(as_psGrid,psSort)
S3method(as_psLogicalOpenSorts,data.frame)
S3method(as_psLogicalOpenSorts,default)
S3method(as_psLogicalOpenSorts,matrix)
S3method(as_psLogicalOpenSorts,psLogicalOpenSorts)
S3method(as_psOpenSort,data.frame)
S3method(as_psOpenSort,default)
S3method(as_psOpenSort,matrix)
S3method(as_psOpenSort,psOpenSort)
S3method(as_psSort,data.frame)
S3method(as_psSort,integer)
S3method(as_psSort,matrix)
S3method(as_psSort,numeric)
S3method(as_psSort,psGrid)
S3method(assert,default)
S3method(assert_S3,default)
S3method(autoplot,psLogicalOpenSort)
S3method(autoplot,psLogicalOpenSorts)
S3method(check,QCors)
S3method(check,QLoas)
S3method(check,QScores)
S3method(check_S3,default)
S3method(expect,default)
S3method(expect_S3,default)
S3method(export_ps,default)
S3method(knit_print,psGrid)
S3method(knit_print,psItemContentText)
S3method(need,default)
S3method(need_S3,default)
S3method(plot,QCors)
S3method(plot,QLoas)
S3method(plot,psClosedSorts)
S3method(print,psItemContent)
S3method(summary,psLogicalOpenSort)
S3method(test,default)
S3method(test_S3,default)
S3method(tidy,psLogicalOpenSort)
S3method(tidy,psLogicalOpenSorts)
S3method(validate_S3,default)
S3method(validate_S3,psClosedSorts)
S3method(validate_S3,psGrid)
S3method(validate_S3,psItemContent)
S3method(validate_S3,psItemContentBin)
S3method(validate_S3,psItemContentText)
S3method(validate_S3,psSort)
export(QCors)
export(QLoas)
export(QScores)
export(anonymize)
export(as_psClosedSorts)
export(as_psGrid)
export(as_psItemContent)
export(as_psLogicalOpenSorts)
export(as_psOpenSort)
export(as_psSort)
export(assert)
export(assert_S3)
export(check)
export(check_S3)
export(correlate)
export(count_cooccur)
export(diag_distro_max)
export(diag_distros)
export(diag_forced)
export(diag_inside_grid)
export(diag_same)
export(draw_rand_sort)
export(expect)
export(expect_S3)
export(export_ps)
export(extract)
export(inanimatus)
export(need)
export(need_S3)
export(psClosedSorts)
export(psGrid)
export(psItemContent)
export(psOpenSort)
export(psOpenSorts)
export(psPeople)
export(psSort)
export(run_accio)
export(run_parallel)
export(score)
export(test)
export(test_S3)
export(validate_S3)
import(checkmate)
import(ggplot2)
import(glue)
import(purrr)
importFrom(broom,tidy)
importFrom(knitr,knit_print)