forked from ERRTG/ERRTG.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 987 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>European Rasch Research and Teaching Group</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<h1>European Rasch Research and Teaching Group</h1>
<p>The European Rasch Research and Teaching Group (ERRTG) is dedicated to teaching practioners how to the use
the Rasch model. This page contains teaching modules, data sets, and R-functions </p>
<ul>
<li><a href="https://ERRTG.github.io/Item_fit.html">https://ERRTG.github.io/Item_fit.html</a></li>
<li><a href="https://ERRTG.github.io/local-response-dependence.html">https://ERRTG.github.io/local-response-dependence.html</a></li>
</ul>
<p>Description of data sets </p>
<ul>
<li><a href="https://ERRTG.github.io/AMTS_data.html">https://ERRTG.github.io/AMTS_data.html</a></li>
<li><a href="https://ERRTG.github.io/SPADI_data.html">https://ERRTG.github.io/SPADI_data.html</a></li>
</ul>
</body>
</html>