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