-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·124 lines (122 loc) · 3.16 KB
/
NAMESPACE
File metadata and controls
executable file
·124 lines (122 loc) · 3.16 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# Generated by roxygen2: do not edit by hand
S3method(bystat,RASCHstats)
S3method(plot,Q3)
S3method(plot,RASCHq3)
S3method(plot,RASCHstats)
S3method(print,ggPImap)
S3method(print,simRMstats)
S3method(quantile,RASCHstats)
export(BARplot)
export(CICCplot)
export(CUTscores)
export(DIFplot)
export(Q3)
export(RASCHfits)
export(RASCHresiduals)
export(RESTSCOREplot)
export(RMDstats)
export(RMPstats)
export(app)
export(beta2delta)
export(beta2mat)
export(bystat)
export(cloud)
export(delta2beta)
export(ggImap)
export(ggPImap)
export(ggPImap_cloud)
export(ggQ3star)
export(pcMfits)
export(rMfits)
export(rRMD)
export(rRMDstats)
export(rRMP)
export(rRMPstats)
export(rainyRASCH)
export(rainyRASCHgrp)
export(simRASCHq3)
export(statistics.RASCHstats)
import(ggplot2)
import(ggpubr)
import(iarm)
import(magrittr)
import(memoise)
import(scales)
import(shiny, except = dataTableOutput)
import(shiny, except = dataTableOutput)
import(stats, except = filter)
importFrom(DT,dataTableOutput)
importFrom(corrplot,corrRect)
importFrom(corrplot,corrplot.mixed)
importFrom(data.table,rleid)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(forcats,fct_rev)
importFrom(ggdist,stat_dots)
importFrom(ggdist,stat_halfeye)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,position_stack)
importFrom(ggplot2,remove_missing)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,vars)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggpubr,ggarrange)
importFrom(ggstance,position_dodgev)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rgb)
importFrom(gtable,gtable_add_grob)
importFrom(gtable,gtable_add_padding)
importFrom(gtable,gtable_add_rows)
importFrom(methods,is)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(stats,density)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(tidyr,everything)
importFrom(tidyr,pivot_longer)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(zoo,na.locf)