You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Auditor Classification Status:** MINOR ANOMALY DETECTED 🟡
6
6
@@ -103,7 +103,51 @@ We define a mixed multivariate design incorporating:
103
103
#### MANOVA Group Factor Outcomes
104
104
We executed [multivariate analysis of variance (MANOVA)](https://en.wikipedia.org/wiki/Multivariate_analysis_of_variance) using [Pillai's trace](https://www.statisticshowto.com/pillais-trace/) to test for overall group differences across continuous variables:
We evaluated individual [univariate Analysis of Variance (ANOVA)](https://en.wikipedia.org/wiki/Analysis_of_variance) models for each continuous metric. The following factors show statistically significant differences (p < 0.05) in group means:
@@ -180,24 +224,6 @@ We evaluated individual [univariate Analysis of Variance (ANOVA)](https://en.wik
180
224
-**Significant variation in 'Coord_Y' grouped by 'Essence_ang_LUMPED'**: F = `4.5766`, p = `< 0.0001`
181
225
-**Significant variation in 'Coord_Y' grouped by 'Stationnement_jour_LUMPED'**: F = `36.2717`, p = `< 0.0001`
182
226
-**Significant variation in 'Coord_Y' grouped by 'Stationnement_heure_LUMPED'**: F = `11.6129`, p = `< 0.0001`
183
-
-**Significant variation in 'Longitude' grouped by 'ARROND_NOM'**: F = `4179.3510`, p = `< 0.0001`
184
-
-**Significant variation in 'Longitude' grouped by 'Rue_cote_LUMPED'**: F = `70.2823`, p = `< 0.0001`
185
-
-**Significant variation in 'Longitude' grouped by 'Emplacement_LUMPED'**: F = `42.6297`, p = `< 0.0001`
186
-
-**Significant variation in 'Longitude' grouped by 'Sigle_LUMPED'**: F = `6.9019`, p = `< 0.0001`
187
-
-**Significant variation in 'Longitude' grouped by 'Essence_latin_LUMPED'**: F = `6.9019`, p = `< 0.0001`
188
-
-**Significant variation in 'Longitude' grouped by 'Essence_fr_LUMPED'**: F = `6.9019`, p = `< 0.0001`
189
-
-**Significant variation in 'Longitude' grouped by 'Essence_ang_LUMPED'**: F = `6.9019`, p = `< 0.0001`
190
-
-**Significant variation in 'Longitude' grouped by 'Stationnement_jour_LUMPED'**: F = `36.1739`, p = `< 0.0001`
191
-
-**Significant variation in 'Longitude' grouped by 'Stationnement_heure_LUMPED'**: F = `25.5656`, p = `< 0.0001`
192
-
-**Significant variation in 'Latitude' grouped by 'ARROND_NOM'**: F = `5706.9610`, p = `< 0.0001`
193
-
-**Significant variation in 'Latitude' grouped by 'Rue_cote_LUMPED'**: F = `32.4302`, p = `< 0.0001`
194
-
-**Significant variation in 'Latitude' grouped by 'Emplacement_LUMPED'**: F = `17.5808`, p = `< 0.0001`
195
-
-**Significant variation in 'Latitude' grouped by 'Sigle_LUMPED'**: F = `4.5741`, p = `< 0.0001`
196
-
-**Significant variation in 'Latitude' grouped by 'Essence_latin_LUMPED'**: F = `4.5741`, p = `< 0.0001`
197
-
-**Significant variation in 'Latitude' grouped by 'Essence_fr_LUMPED'**: F = `4.5741`, p = `< 0.0001`
198
-
-**Significant variation in 'Latitude' grouped by 'Essence_ang_LUMPED'**: F = `4.5741`, p = `< 0.0001`
199
-
-**Significant variation in 'Latitude' grouped by 'Stationnement_jour_LUMPED'**: F = `36.3713`, p = `< 0.0001`
200
-
-**Significant variation in 'Latitude' grouped by 'Stationnement_heure_LUMPED'**: F = `11.6520`, p = `< 0.0001`
201
227
202
228
Figure 2 presents the pairwise scatterplots with a fitted linear regression line of best fit to visualize the correlation and linear relationships between these continuous metrics:
203
229
@@ -208,17 +234,17 @@ We standardized the numeric metrics and fitted a [K-Means clustering algorithm](
208
234
209
235
| Persona Cluster | Order Count | Percentage (%) |
210
236
|---|---|---|
211
-
|**Cluster 1**|376|7.52% |
212
-
|**Cluster 2**|4624|92.48% |
237
+
|**Cluster 1**|4304|86.08% |
238
+
|**Cluster 2**|696|13.92% |
213
239
214
240
215
241
#### Population Profiles (Cluster Feature Means)
216
242
To characterize the discovered tree population profiles in terms of the original variables, the table below presents the mean value of each numeric metric within each cluster:
## Appendix C: Audited and Uninformative Variables
317
-
No variables were identified as uninformative during this audit.
341
+
The following table details the variables that were audited and identified as uninformative:
342
+
343
+
| Variable | Type | Reason for Exclusion |
344
+
|---|---|---|
345
+
|`Longitude`| collinear | Multicollinearity (high redundancy correlation >= 0.95 with another variable) |
346
+
|`Latitude`| collinear | Multicollinearity (high redundancy correlation >= 0.95 with another variable) |
347
+
348
+
Figure 4 presents the distribution of these uninformative variables, showing why they lack statistical value (e.g. constant values, artificial uniform distributions, or flat statistical groupings):
0 commit comments