-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.4 KB
/
DESCRIPTION
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
Package: MCTestAnalysis
Type: Package
Title: Multiple Choice Test Analysis
Version: 0.1.0
Author: Garrick Aden-Buie, Autar Kaw
Authors@R: c(
person("Garrick", "Aden-Buie",, "[email protected]", c("aut", "cre", "cph")),
person("Autar", "Kaw",, "[email protected]", role = c('aut', 'cph'))
)
Maintainer: Garrick Aden-Buie <[email protected]>
Description: MCTestAnalysis provides useful interfaces and functions to assist
with the analysis of data from a typical multiple-choice test. The user
needs only to provide an answer key that optionally identifies the concept or
topic of each question and a table of responses given by each student to the
questions in the test. MCTestAnalysis provides a Shiny web app interface
and an automatic report-generation tool featuring concepts from Classical
Test Theory, Item Response Theory and structural analysis. We regard this
package to be a work-in-progress and encourage contributions.
License: GNU GPLv3 + file LICENSE
LazyData: TRUE
RoxygenNote: 6.0.1.9000
Imports:
ltm,
psych,
psychometric,
reshape2,
tibble,
DT,
rmarkdown,
knitr,
gridExtra,
rstudioapi,
survival
Depends:
dplyr,
ggplot2,
shiny (>= 0.14.0),
miniUI
Suggests: ggrepel,
pander
URL: https://github.com/gadenbuie/mctestanalysis
BugReports: https://github.com/gadenbuie/mctestanalysis/issues
VignetteBuilder: knitr