diff --git a/R/corrmatrix.h.R b/R/corrmatrix.h.R index a6882f4e..7d4d9111 100644 --- a/R/corrmatrix.h.R +++ b/R/corrmatrix.h.R @@ -154,6 +154,7 @@ corrMatrixResults <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class( title="Correlation Matrix", rows="(vars)", clearWith=list( + "vars", "ciWidth", "hypothesis", "flag"), diff --git a/R/corrpart.h.R b/R/corrpart.h.R index f204ad94..196ac887 100644 --- a/R/corrpart.h.R +++ b/R/corrpart.h.R @@ -135,6 +135,7 @@ corrPartResults <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class( rows="(vars)", refs="ppcor", clearWith=list( + "vars", "controls", "hypothesis", "flag", diff --git a/jamovi/corrmatrix.r.yaml b/jamovi/corrmatrix.r.yaml index a7c2618d..4afcfaad 100644 --- a/jamovi/corrmatrix.r.yaml +++ b/jamovi/corrmatrix.r.yaml @@ -10,6 +10,7 @@ items: description: a correlation matrix table rows: (vars) clearWith: + - vars - ciWidth - hypothesis - flag diff --git a/jamovi/corrpart.r.yaml b/jamovi/corrpart.r.yaml index a8ad7bd6..02234919 100644 --- a/jamovi/corrpart.r.yaml +++ b/jamovi/corrpart.r.yaml @@ -11,6 +11,7 @@ items: rows: (vars) refs: ppcor clearWith: + - vars - controls - hypothesis - flag