-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathNAMESPACE
93 lines (92 loc) · 2.17 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
# Generated by roxygen2: do not edit by hand
S3method(plot,ata)
S3method(plot,cat)
S3method(plot,mst)
S3method(plot,mst_sim)
S3method(print,ata)
S3method(print,cat)
S3method(print,mst)
S3method(print,mst_sim)
export(ata)
export(ata_constraint)
export(ata_item_enemy)
export(ata_item_fixedvalue)
export(ata_item_use)
export(ata_obj_absolute)
export(ata_obj_relative)
export(ata_solve)
export(cat_estimate_eap)
export(cat_estimate_hybrid)
export(cat_estimate_mle)
export(cat_select_ccat)
export(cat_select_maxinfo)
export(cat_select_shadow)
export(cat_sim)
export(cat_stop_default)
export(cat_stop_projection)
export(cronbach_alpha)
export(expected_raw_score_dist)
export(freq)
export(model_3pl_eap_scoring)
export(model_3pl_estimate_jmle)
export(model_3pl_estimate_mmle)
export(model_3pl_fitplot)
export(model_3pl_gendata)
export(model_3pl_info)
export(model_3pl_lh)
export(model_3pl_map_scoring)
export(model_3pl_plot)
export(model_3pl_plot_loglh)
export(model_3pl_prob)
export(model_3pl_rescale)
export(model_gpcm_eap_scoring)
export(model_gpcm_estimate_jmle)
export(model_gpcm_estimate_mmle)
export(model_gpcm_fitplot)
export(model_gpcm_gendata)
export(model_gpcm_info)
export(model_gpcm_lh)
export(model_gpcm_map_scoring)
export(model_gpcm_plot)
export(model_gpcm_plot_loglh)
export(model_gpcm_prob)
export(model_gpcm_rescale)
export(model_grm_eap_scoring)
export(model_grm_estimate_jmle)
export(model_grm_estimate_mmle)
export(model_grm_fitplot)
export(model_grm_gendata)
export(model_grm_info)
export(model_grm_lh)
export(model_grm_map_scoring)
export(model_grm_plot)
export(model_grm_plot_loglh)
export(model_grm_prob)
export(model_grm_rescale)
export(mst)
export(mst_assemble)
export(mst_constraint)
export(mst_get_items)
export(mst_module_info)
export(mst_obj)
export(mst_rdp)
export(mst_route)
export(mst_sim)
export(mst_stage_length)
export(rmse)
export(spearman_brown)
export(spearman_brown_reverse)
import(ggplot2)
import(glpkAPI)
import(lpSolveAPI)
importFrom(reshape2,melt)
importFrom(stats,aggregate)
importFrom(stats,cor)
importFrom(stats,dnorm)
importFrom(stats,qnorm)
importFrom(stats,rbeta)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)