-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
91 lines (79 loc) · 2.06 KB
/
_pkgdown.yml
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
url: https://tmsalab.github.io/edmcore
template:
params:
ganalytics: UA-151562227-1
home:
strip_header: true
development:
mode: auto
authors:
James Joseph Balamuta:
href: https://thecoatlessprofessor.com
Steven Andrew Culpepper:
href: http://publish.illinois.edu/sculpepper/
Jeffrey Douglas:
href: http://publish.illinois.edu/jeffdoug/
reference:
- title: Exploratory Diagnostic Model Base Classes
desc: >
**EDM Classes** establish a defined naming and access system for use with
a wide variety of modeling types.
contents:
- new_edm_summary
- new_edm_model
- new_edm_default_property_list
- title: Attributes
desc: >
**Attributes** represent the latent classes and how we establish a bridge
to them through bijections.
contents:
- attribute_classes
- attribute_bijection
- attribute_inv_bijection
- attribute_permutation_table
- title: Q Matrix
desc: >
**Q Matrix** holds the dichotomous mapping of skills required to solve
a problem to items on the assessment.
contents:
- q_matrix
- as_q_matrix
- read_q_matrix
- is_q_matrix
- is_q_strict
- is_q_generic
- title: Item Matrix
desc: >
**Item Matrix** stores the correct or incorrect response a subject
makes on a given assessment item. Rows are subjects and columns are items.
contents:
- item_matrix
- as_item_matrix
- read_item_matrix
- is_item_matrix
- title: Metrics
desc: >
**Metrics** compute various recovery properties by comparing the estimated
result to the known data generating parameters (e.g. 'oracle model').
contents:
- metric_mode
- metric_bias
- metric_frobenius_norm
- metric_element_wise
- metric_matrix_wise
- title: Link Functions
desc: >
**Link Functions** transform values in the model for better relation with
response variables.
contents:
- contains("link")
- theta_to_beta
- title: Permutations
desc: >
**Permutations** relate to how items are re-ordered during a recovery
assessment.
contents:
- permutate_binary_matrix
navbar:
components:
home: ~