From 8db85c8588f240a7a7552418d4741bfa580ebd6d Mon Sep 17 00:00:00 2001 From: waihongchung <78774982+waihongchung@users.noreply.github.com> Date: Thu, 9 Sep 2021 12:27:46 -0400 Subject: [PATCH] Release 1.2.0 --- examples/example15.htm | 2 +- examples/example16.htm | 2 +- examples/example5.js | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/example15.htm b/examples/example15.htm index 72c3704..839e986 100644 --- a/examples/example15.htm +++ b/examples/example15.htm @@ -6,7 +6,7 @@ - + diff --git a/examples/example16.htm b/examples/example16.htm index 18aeaa4..c78fddd 100644 --- a/examples/example16.htm +++ b/examples/example16.htm @@ -8,7 +8,7 @@ - + diff --git a/examples/example5.js b/examples/example5.js index 6311a1f..62d38a0 100644 --- a/examples/example5.js +++ b/examples/example5.js @@ -9,8 +9,7 @@ function processJSON(subjects) { }); DRESS.print('Mean Mode Imputation'); DRESS.print( - DRESS.meanMode(subjects, ['Age', 'BMI', 'HA1C'], false), - DRESS.meanMode(subjects, ['Smoking', 'Etiology'], true) + DRESS.meanMode(subjects, ['Age', 'BMI', 'HA1C'], ['Smoking', 'Etiology']) ); // Randomly set value to null