Skip to content

Commit

Permalink
RM ANOVA: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathon-love committed Jan 19, 2024
1 parent a0a76fc commit 33ca94b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/anovarm.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ anovaRMResults <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
clearWith=list(
"dep",
"factors",
"covs"),
"cov"),
columns=list(
list(
`name`="n",
Expand Down
2 changes: 1 addition & 1 deletion jamovi/anovarm.r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ items:
clearWith:
- dep
- factors
- covs
- cov

columns:

Expand Down

0 comments on commit 33ca94b

Please sign in to comment.