-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
96 lines (95 loc) · 2.16 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
# Generated by roxygen2: do not edit by hand
export(bfit)
export(bfitClass)
export(dif)
export(difClass)
export(equating)
export(equatingClass)
export(lca)
export(lcaClass)
export(lcaord)
export(lcaordClass)
export(lcgm)
export(lcgmClass)
export(linking)
export(linkingClass)
export(lltm)
export(lltmClass)
export(lpa)
export(lpaClass)
export(mixture)
export(mixtureClass)
export(rasch)
export(raschClass)
import(MASS)
import(RColorBrewer)
import(boot)
import(eRm)
import(equate)
import(equi)
import(ggplot2)
import(jmvcore)
import(mixRasch)
import(mixRaschTools)
import(poLCA)
import(scatterplot3d)
import(stats)
import(tidyLPA)
import(tidySEM)
importFrom(R6,R6Class)
importFrom(ShinyItemAnalysis,ggWrightMap)
importFrom(WrightMap,wrightMap)
importFrom(boot,boot)
importFrom(boot,boot.ci)
importFrom(eRm,LLTM)
importFrom(eRm,LRtest)
importFrom(eRm,MLoef)
importFrom(eRm,NPtest)
importFrom(eRm,PCM)
importFrom(eRm,RM)
importFrom(eRm,RSM)
importFrom(eRm,SepRel)
importFrom(eRm,Waldtest)
importFrom(eRm,person.parameter)
importFrom(eRm,plotGOF)
importFrom(eRm,plotICC)
importFrom(eRm,plotPImap)
importFrom(eRm,thresholds)
importFrom(equate,equate)
importFrom(equate,freqtab)
importFrom(equi,cdfplot)
importFrom(equi,conttab)
importFrom(equi,equi)
importFrom(equi,lin)
importFrom(equi,smoothtab)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,labs)
importFrom(iarm,boot_fit)
importFrom(mixRasch,getEstDetails)
importFrom(mixRasch,mixRasch)
importFrom(mixRaschTools,avg.theta)
importFrom(pairwise,pair)
importFrom(pairwise,pers)
importFrom(pairwise,q3)
importFrom(pairwise,rfa)
importFrom(poLCA,poLCA)
importFrom(reshape2,melt)
importFrom(stats,confint)
importFrom(stats,quantile)
importFrom(tidyLPA,estimate_profiles)
importFrom(tidyLPA,get_data)
importFrom(tidyLPA,get_estimates)
importFrom(tidyLPA,get_fit)
importFrom(tidyLPA,plot_bivariate)
importFrom(tidyLPA,plot_density)
importFrom(tidyLPA,plot_profiles)
importFrom(tidySEM,descriptives)
importFrom(tidySEM,mx_growth_mixture)
importFrom(tidySEM,mx_lca)
importFrom(tidySEM,mx_mixture)
importFrom(tidySEM,plot_prob)
importFrom(tidySEM,table_fit)
importFrom(tidySEM,table_prob)
importFrom(tidyr,gather)