Skip to content

Commit 83f365a

Browse files
committed
oops
1 parent d46cc8d commit 83f365a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/itemresponsetheorycommon.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -985,10 +985,10 @@
985985
tb$setError(gettext("DIf-analysis not possible: Select at least one parameter to test."))
986986
return()
987987
}
988-
result <- try{(
988+
result <- try({
989989
fit <- mirt::multipleGroup(data = state[["items"]], model = 1, itemtype = options[["model"]], group = dataset[[options[["groupingVariable"]]]], SE = FALSE, verbose = FALSE, TOL = options[["emTolerance"]], technical = list(NCYCLES = options[["emIterations"]], set.seed = options[["seed"]]))
990990
dif <- mirt::DIF(fit, which.par = parameters)
991-
)}
991+
})
992992
if (jaspBase:::isTryError(result)) {
993993
tb$setError(jaspBase:::.extractErrorMessage(result))
994994
return()

0 commit comments

Comments
 (0)