Skip to content

Commit 63a206e

Browse files
authored
more informative friedman error (#432)
1 parent 5927441 commit 63a206e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/anovarepeatedmeasures.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ AnovaRepeatedMeasuresInternal <- function(jaspResults, dataset = NULL, options)
13731373
useDurbin <- any(table(groups, blocks) < 1) && length(unique(table(groups))) == 1
13741374

13751375
if (any(table(groups, blocks) > 1)) {
1376-
friedmanTable$setError(gettextf("Not an unreplicated complete block design."))
1376+
friedmanTable$setError(gettextf("Not an unreplicated complete block design. The Friedman test is only available as an alternative to one-way RM ANOVA."))
13771377
return()
13781378
}
13791379

0 commit comments

Comments
 (0)