Skip to content

Commit 64ce05a

Browse files
committed
Remove classical test theory
1 parent 5155887 commit 64ce05a

22 files changed

+0
-3275
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import(jaspBase)
2-
export(classicalTestTheory)
32
export(itemResponseTheoryDichotomous)
43
export(itemResponseTheoryPolytomous)
54
export(itemResponseTheoryDichotomousBayesian)

R/classicaltesttheory.R

Lines changed: 0 additions & 345 deletions
This file was deleted.

inst/Description.qml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ Description
3333
title: qsTr("Polytomous Item Response Theory")
3434
func: "itemResponseTheoryPolytomous"
3535
}
36-
Analysis
37-
{
38-
title: qsTr("Classical Test Theory")
39-
func: "classicalTestTheory"
40-
}
4136

4237
GroupTitle
4338
{

inst/qml/classicalTestTheory.qml

Lines changed: 0 additions & 143 deletions
This file was deleted.

inst/qml/common/DownloadReport.qml

Lines changed: 0 additions & 37 deletions
This file was deleted.

inst/qml/itemResponseTheoryDichotomous.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ Form
3737
COMMON.ItemInfoCurves { }
3838
COMMON.ItemCharCurves { dichotomous: true }
3939
CLASSICAL.AdvancedOptions { }
40-
COMMON.DownloadReport { }
4140
}

inst/qml/itemResponseTheoryDichotomousBayesian.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ Form
3737
COMMON.ItemInfoCurves { }
3838
COMMON.ItemCharCurves { dichotomous: true }
3939
BAYES.AdvancedOptions { ncovs: vars.ncovs; modeltype: model.value }
40-
COMMON.DownloadReport { }
4140
}

inst/qml/itemResponseTheoryPolytomous.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ Form
3737
COMMON.ItemInfoCurves { }
3838
COMMON.ItemCharCurves { dichotomous: false }
3939
CLASSICAL.AdvancedOptions { }
40-
COMMON.DownloadReport { }
4140
}

inst/qml/itemResponseTheoryPolytomousBayesian.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ Form
3737
COMMON.ItemInfoCurves { }
3838
COMMON.ItemCharCurves { dichotomous: false }
3939
BAYES.AdvancedOptions { ncovs: vars.ncovs; modeltype: model.value }
40-
COMMON.DownloadReport { }
4140
}

tests/testthat/_snaps/classicaltesttheory/histogram-of-sum-scores-1.svg

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)