-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
S3method(as_item_matrix,data.frame)
S3method(as_item_matrix,default)
S3method(as_item_matrix,matrix)
S3method(as_q_matrix,data.frame)
S3method(as_q_matrix,default)
S3method(as_q_matrix,matrix)
S3method(plot,q_matrix)
S3method(print,edm_model)
S3method(print,edm_property_list)
S3method(print,item_matrix)
S3method(print,permutation_matrix)
S3method(print,q_matrix)
S3method(summary,edm_model)
export(as_item_matrix)
export(as_q_matrix)
export(attribute_bijection)
export(attribute_classes)
export(attribute_gen_bijection)
export(attribute_inv_bijection)
export(attribute_inv_gen_bijection)
export(is_item_matrix)
export(is_q_generic)
export(is_q_matrix)
export(is_q_strict)
export(item_matrix)
export(link_logit)
export(link_logit_inv)
export(link_probit)
export(link_probit_inv)
export(listmatrix_to_array)
export(metric_bias)
export(metric_element_wise)
export(metric_frobenius_norm)
export(metric_matrix_wise)
export(metric_mode)
export(new_edm_default_property_list)
export(new_edm_model)
export(new_edm_summary)
export(permutate_attribute_level_table)
export(permutate_binary_matrix)
export(permutate_theta_order)
export(q_matrix)
export(read_item_matrix)
export(read_q_matrix)
export(recovery_element)
export(theta_logit_to_beta)
export(theta_probit_to_beta)
export(theta_to_beta)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(utils,read.table)
useDynLib(edmcore, .registration = TRUE)