<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Accessing Regression Results with ArcPy in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/accessing-regression-results-with-arcpy/m-p/1494240#M84681</link>
    <description>&lt;P&gt;I'm trying to script several regressions (GLR) back to back using ArcPy and assess the p-values of each run. Using the getMessages() method on the result I can return the full message printout (see below) which contains the significance value, but I'm having trouble finding a method that will parse the text and extract the precise p-value.&lt;/P&gt;&lt;P&gt;Can anyone offer any advice on how to script the extraction of the Robust_Prb&amp;nbsp;&amp;nbsp;value for the&amp;nbsp;SIM2_NORM variable?&lt;/P&gt;&lt;PRE&gt;'Start Time: Tuesday 18 June 2024 08:13:44\njson:\n[{"element": "table", "data": [["Variable", ["Coefficient", {"element": "sup", "data": "a"}], "StdError", "t-Statistic", ["Probability", {"element": "sup", "data": "b"}], "Robust_SE", "Robust_t", ["Robust_Pr", {"element": "sup", "data": "b"}]], ["Intercept", "0.595155", "0.023640", "25.175822", ["0.000000", {"element": "sup", "data": "*"}], "0.022500", "26.451563", ["0.000000", {"element": "sup", "data": "*"}]], ["SIM2_NORM", "-0.102146", "0.047075", "-2.169875", ["0.030479", {"element": "sup", "data": "*"}], "0.049163", "-2.077722", ["0.038240", {"element": "sup", "data": "*"}]]], "elementProps": {"striped": "true", "title": "Summary of GLR Results [Model Type: Continuous (Gaussian/OLS)]", "0": {"align": "right", "pad": "0px", "wrap": true}, "1": {"align": "right", "pad": "0px", "wrap": true}, "2": {"align": "right", "pad": "0px", "wrap": true}, "3": {"align": "right", "pad": "0px", "wrap": true}, "4": {"align": "right", "pad": "0px", "wrap": true}, "5": {"align": "right", "pad": "0px", "wrap": true}, "6": {"align": "right", "pad": "0px", "wrap": true}, "7": {"align": "right", "pad": "0px", "wrap": true}}}]\njson:\n[{"element": "table", "data": [["Input Features", "RANDOM_SAMPLE_POINTS_Layer7", "  Dependent Variable", "SIM1_NORM "], ["Number of Observations", "496", ["  Akaike\'s Information Criterion (AICc)", {"element": "sup", "data": "d"}], "-402.173053 "], [["Multiple R-Squared", {"element": "sup", "data": "d"}], "0.009441", ["  Adjusted R-Squared", {"element": "sup", "data": "d"}], "0.007436 "], [["Joint F-Statistic", {"element": "sup", "data": "e"}], "4.708358", "  Prob(&amp;gt;F), (1,494) degrees of freedom", "0.096036 "], [["Joint Wald Statistic", {"element": "sup", "data": "e"}], "4.316927", "  Prob(&amp;gt;chi-squared), (1) degrees of freedom", ["0.037735", {"element": "sup", "data": "*"}]], [["Koenker (BP) Statistic", {"element": "sup", "data": "f"}], "18.432843", "  Prob(&amp;gt;chi-squared), (1) degrees of freedom", ["0.000018", {"element": "sup", "data": "*"}]], [["Jarque-Bera Statistic", {"element": "sup", "data": "g"}], "5.001944", "  Prob(&amp;gt;chi-squared), (2) degrees of freedom", "0.082005 "]], "elementProps": {"striped": "true", "noHeader": true, "title": "GLR Diagnostics", "0": {"align": "left", "pad": "0px", "wrap": true}, "1": {"align": "right", "pad": "0px", "wrap": true}, "2": {"align": "left", "pad": "0px", "wrap": true}, "3": {"align": "right", "pad": "0px", "wrap": true}}}]\njson:\n[{"element": "table", "data": [["*", "An asterisk next to a number indicates a statistically significant p-value (p &amp;lt; 0.01)."], ["a", "Coefficient: Represents the strength and type of relationship between each explanatory variable and the dependent variable."], ["b", "Probability and Robust Probability (Robust_Pr): Asterisk (*) indicates a coefficient is statistically significant (p &amp;lt; 0.01); if the Koenker (BP) Statistic [f] is statistically significant, use the Robust Probability column (Robust_Pr) to determine coefficient significance."], ["c", "Variance Inflation Factor (VIF): Large Variance Inflation Factor (VIF) values (&amp;gt; 7.5) indicate redundancy among explanatory variables."], ["d", "R-Squared and Akaike\'s Information Criterion (AICc): Measures of model fit/performance."], ["e", "Joint F and Wald Statistics: Asterisk (*) indicates overall model significance (p &amp;lt; 0.01); if the Koenker (BP) Statistic [f] is statistically significant, use the Wald Statistic to determine overall model significance."], ["f", "Koenker (BP) Statistic: When this test is statistically significant (p &amp;lt; 0.01), the relationships modeled are not consistent (either due to non-stationarity or heteroskedasticity).  You should rely on the Robust Probabilities (Robust_Pr) to determine coefficient significance and on the Wald Statistic to determine overall model significance."], ["g", "Jarque-Bera Statistic: When this test is statistically significant (p &amp;lt; 0.01) model predictions are biased (the residuals are not normally distributed)."]], "elementProps": {"striped": "true", "noHeader": true, "title": "Notes on Interpretation", "0": {"align": "center", "pad": "0px", "wrap": true}, "1": {"align": "left", "pad": "0px", "wrap": true}}}]\nSucceeded at Tuesday 18 June 2024 08:13:49 (Elapsed Time: 5.30 seconds)'&lt;/PRE&gt;&lt;P&gt;Messages&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Start Time: Tuesday 18 June 2024 08:13:44&lt;/DIV&gt;&lt;DIV&gt;Summary of GLR Results [Model Type: Continuous (Gaussian/OLS)]&lt;/DIV&gt;Variable Coefficienta StdError t-Statistic Probabilityb Robust_SE Robust_t Robust_Prb &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Intercept&lt;/TD&gt;&lt;TD&gt;0.595155&lt;/TD&gt;&lt;TD&gt;0.023640&lt;/TD&gt;&lt;TD&gt;25.175822&lt;/TD&gt;&lt;TD&gt;0.000000*&lt;/TD&gt;&lt;TD&gt;0.022500&lt;/TD&gt;&lt;TD&gt;26.451563&lt;/TD&gt;&lt;TD&gt;0.000000*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SIM2_NORM&lt;/TD&gt;&lt;TD&gt;-0.102146&lt;/TD&gt;&lt;TD&gt;0.047075&lt;/TD&gt;&lt;TD&gt;-2.169875&lt;/TD&gt;&lt;TD&gt;0.030479*&lt;/TD&gt;&lt;TD&gt;0.049163&lt;/TD&gt;&lt;TD&gt;-2.077722&lt;/TD&gt;&lt;TD&gt;0.038240*&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;DIV&gt;GLR Diagnostics&lt;/DIV&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Input Features&lt;/TD&gt;&lt;TD&gt;RANDOM_SAMPLE_POINTS_Layer7&lt;/TD&gt;&lt;TD&gt;Dependent Variable&lt;/TD&gt;&lt;TD&gt;SIM1_NORM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Number of Observations&lt;/TD&gt;&lt;TD&gt;496&lt;/TD&gt;&lt;TD&gt;Akaike's Information Criterion (AICc)d&lt;/TD&gt;&lt;TD&gt;-402.173053&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Multiple R-Squaredd&lt;/TD&gt;&lt;TD&gt;0.009441&lt;/TD&gt;&lt;TD&gt;Adjusted R-Squaredd&lt;/TD&gt;&lt;TD&gt;0.007436&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Joint F-Statistice&lt;/TD&gt;&lt;TD&gt;4.708358&lt;/TD&gt;&lt;TD&gt;Prob(&amp;gt;F), (1,494) degrees of freedom&lt;/TD&gt;&lt;TD&gt;0.096036&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Joint Wald Statistice&lt;/TD&gt;&lt;TD&gt;4.316927&lt;/TD&gt;&lt;TD&gt;Prob(&amp;gt;chi-squared), (1) degrees of freedom&lt;/TD&gt;&lt;TD&gt;0.037735*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Koenker (BP) Statisticf&lt;/TD&gt;&lt;TD&gt;18.432843&lt;/TD&gt;&lt;TD&gt;Prob(&amp;gt;chi-squared), (1) degrees of freedom&lt;/TD&gt;&lt;TD&gt;0.000018*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Jarque-Bera Statisticg&lt;/TD&gt;&lt;TD&gt;5.001944&lt;/TD&gt;&lt;TD&gt;Prob(&amp;gt;chi-squared), (2) degrees of freedom&lt;/TD&gt;&lt;TD&gt;0.082005&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;DIV&gt;Notes on Interpretation&lt;/DIV&gt;&lt;TABLE width="787px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="40px"&gt;*&lt;/TD&gt;&lt;TD width="746px"&gt;An asterisk next to a number indicates a statistically significant p-value (p &amp;lt; 0.01).&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="40px"&gt;a&lt;/TD&gt;&lt;TD width="746px"&gt;Coefficient: Represents the strength and type of relationship between each explanatory variable and the dependent variable.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="40px"&gt;b&lt;/TD&gt;&lt;TD width="746px"&gt;Probability and Robust Probability (Robust_Pr): Asterisk (*) indicates a coefficient is statistically significant (p &amp;lt; 0.01); if the Koenker (BP) Statistic [f] is statistically significant, use the Robust Probability column (Robust_Pr) to determine coefficient significance.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="40px"&gt;c&lt;/TD&gt;&lt;TD width="746px"&gt;Variance Inflation Factor (VIF): Large Variance Inflation Factor (VIF) values (&amp;gt; 7.5) indicate redundancy among explanatory variables.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="40px"&gt;d&lt;/TD&gt;&lt;TD width="746px"&gt;R-Squared and Akaike's Information Criterion (AICc): Measures of model fit/performance.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="40px"&gt;e&lt;/TD&gt;&lt;TD width="746px"&gt;Joint F and Wald Statistics: Asterisk (*) indicates overall model significance (p &amp;lt; 0.01); if the Koenker (BP) Statistic [f] is statistically significant, use the Wald Statistic to determine overall model significance.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="40px"&gt;f&lt;/TD&gt;&lt;TD width="746px"&gt;Koenker (BP) Statistic: When this test is statistically significant (p &amp;lt; 0.01), the relationships modeled are not consistent (either due to non-stationarity or heteroskedasticity). You should rely on the Robust Probabilities (Robust_Pr) to determine coefficient significance and on the Wald Statistic to determine overall model significance.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="40px"&gt;g&lt;/TD&gt;&lt;TD width="746px"&gt;Jarque-Bera Statistic: When this test is statistically significant (p &amp;lt; 0.01) model predictions are biased (the residuals are not normally distributed).&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 18 Jun 2024 08:12:22 GMT</pubDate>
    <dc:creator>NiallDelany_SEAI</dc:creator>
    <dc:date>2024-06-18T08:12:22Z</dc:date>
    <item>
      <title>Accessing Regression Results with ArcPy</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/accessing-regression-results-with-arcpy/m-p/1494240#M84681</link>
      <description>&lt;P&gt;I'm trying to script several regressions (GLR) back to back using ArcPy and assess the p-values of each run. Using the getMessages() method on the result I can return the full message printout (see below) which contains the significance value, but I'm having trouble finding a method that will parse the text and extract the precise p-value.&lt;/P&gt;&lt;P&gt;Can anyone offer any advice on how to script the extraction of the Robust_Prb&amp;nbsp;&amp;nbsp;value for the&amp;nbsp;SIM2_NORM variable?&lt;/P&gt;&lt;PRE&gt;'Start Time: Tuesday 18 June 2024 08:13:44\njson:\n[{"element": "table", "data": [["Variable", ["Coefficient", {"element": "sup", "data": "a"}], "StdError", "t-Statistic", ["Probability", {"element": "sup", "data": "b"}], "Robust_SE", "Robust_t", ["Robust_Pr", {"element": "sup", "data": "b"}]], ["Intercept", "0.595155", "0.023640", "25.175822", ["0.000000", {"element": "sup", "data": "*"}], "0.022500", "26.451563", ["0.000000", {"element": "sup", "data": "*"}]], ["SIM2_NORM", "-0.102146", "0.047075", "-2.169875", ["0.030479", {"element": "sup", "data": "*"}], "0.049163", "-2.077722", ["0.038240", {"element": "sup", "data": "*"}]]], "elementProps": {"striped": "true", "title": "Summary of GLR Results [Model Type: Continuous (Gaussian/OLS)]", "0": {"align": "right", "pad": "0px", "wrap": true}, "1": {"align": "right", "pad": "0px", "wrap": true}, "2": {"align": "right", "pad": "0px", "wrap": true}, "3": {"align": "right", "pad": "0px", "wrap": true}, "4": {"align": "right", "pad": "0px", "wrap": true}, "5": {"align": "right", "pad": "0px", "wrap": true}, "6": {"align": "right", "pad": "0px", "wrap": true}, "7": {"align": "right", "pad": "0px", "wrap": true}}}]\njson:\n[{"element": "table", "data": [["Input Features", "RANDOM_SAMPLE_POINTS_Layer7", "  Dependent Variable", "SIM1_NORM "], ["Number of Observations", "496", ["  Akaike\'s Information Criterion (AICc)", {"element": "sup", "data": "d"}], "-402.173053 "], [["Multiple R-Squared", {"element": "sup", "data": "d"}], "0.009441", ["  Adjusted R-Squared", {"element": "sup", "data": "d"}], "0.007436 "], [["Joint F-Statistic", {"element": "sup", "data": "e"}], "4.708358", "  Prob(&amp;gt;F), (1,494) degrees of freedom", "0.096036 "], [["Joint Wald Statistic", {"element": "sup", "data": "e"}], "4.316927", "  Prob(&amp;gt;chi-squared), (1) degrees of freedom", ["0.037735", {"element": "sup", "data": "*"}]], [["Koenker (BP) Statistic", {"element": "sup", "data": "f"}], "18.432843", "  Prob(&amp;gt;chi-squared), (1) degrees of freedom", ["0.000018", {"element": "sup", "data": "*"}]], [["Jarque-Bera Statistic", {"element": "sup", "data": "g"}], "5.001944", "  Prob(&amp;gt;chi-squared), (2) degrees of freedom", "0.082005 "]], "elementProps": {"striped": "true", "noHeader": true, "title": "GLR Diagnostics", "0": {"align": "left", "pad": "0px", "wrap": true}, "1": {"align": "right", "pad": "0px", "wrap": true}, "2": {"align": "left", "pad": "0px", "wrap": true}, "3": {"align": "right", "pad": "0px", "wrap": true}}}]\njson:\n[{"element": "table", "data": [["*", "An asterisk next to a number indicates a statistically significant p-value (p &amp;lt; 0.01)."], ["a", "Coefficient: Represents the strength and type of relationship between each explanatory variable and the dependent variable."], ["b", "Probability and Robust Probability (Robust_Pr): Asterisk (*) indicates a coefficient is statistically significant (p &amp;lt; 0.01); if the Koenker (BP) Statistic [f] is statistically significant, use the Robust Probability column (Robust_Pr) to determine coefficient significance."], ["c", "Variance Inflation Factor (VIF): Large Variance Inflation Factor (VIF) values (&amp;gt; 7.5) indicate redundancy among explanatory variables."], ["d", "R-Squared and Akaike\'s Information Criterion (AICc): Measures of model fit/performance."], ["e", "Joint F and Wald Statistics: Asterisk (*) indicates overall model significance (p &amp;lt; 0.01); if the Koenker (BP) Statistic [f] is statistically significant, use the Wald Statistic to determine overall model significance."], ["f", "Koenker (BP) Statistic: When this test is statistically significant (p &amp;lt; 0.01), the relationships modeled are not consistent (either due to non-stationarity or heteroskedasticity).  You should rely on the Robust Probabilities (Robust_Pr) to determine coefficient significance and on the Wald Statistic to determine overall model significance."], ["g", "Jarque-Bera Statistic: When this test is statistically significant (p &amp;lt; 0.01) model predictions are biased (the residuals are not normally distributed)."]], "elementProps": {"striped": "true", "noHeader": true, "title": "Notes on Interpretation", "0": {"align": "center", "pad": "0px", "wrap": true}, "1": {"align": "left", "pad": "0px", "wrap": true}}}]\nSucceeded at Tuesday 18 June 2024 08:13:49 (Elapsed Time: 5.30 seconds)'&lt;/PRE&gt;&lt;P&gt;Messages&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Start Time: Tuesday 18 June 2024 08:13:44&lt;/DIV&gt;&lt;DIV&gt;Summary of GLR Results [Model Type: Continuous (Gaussian/OLS)]&lt;/DIV&gt;Variable Coefficienta StdError t-Statistic Probabilityb Robust_SE Robust_t Robust_Prb &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Intercept&lt;/TD&gt;&lt;TD&gt;0.595155&lt;/TD&gt;&lt;TD&gt;0.023640&lt;/TD&gt;&lt;TD&gt;25.175822&lt;/TD&gt;&lt;TD&gt;0.000000*&lt;/TD&gt;&lt;TD&gt;0.022500&lt;/TD&gt;&lt;TD&gt;26.451563&lt;/TD&gt;&lt;TD&gt;0.000000*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SIM2_NORM&lt;/TD&gt;&lt;TD&gt;-0.102146&lt;/TD&gt;&lt;TD&gt;0.047075&lt;/TD&gt;&lt;TD&gt;-2.169875&lt;/TD&gt;&lt;TD&gt;0.030479*&lt;/TD&gt;&lt;TD&gt;0.049163&lt;/TD&gt;&lt;TD&gt;-2.077722&lt;/TD&gt;&lt;TD&gt;0.038240*&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;DIV&gt;GLR Diagnostics&lt;/DIV&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Input Features&lt;/TD&gt;&lt;TD&gt;RANDOM_SAMPLE_POINTS_Layer7&lt;/TD&gt;&lt;TD&gt;Dependent Variable&lt;/TD&gt;&lt;TD&gt;SIM1_NORM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Number of Observations&lt;/TD&gt;&lt;TD&gt;496&lt;/TD&gt;&lt;TD&gt;Akaike's Information Criterion (AICc)d&lt;/TD&gt;&lt;TD&gt;-402.173053&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Multiple R-Squaredd&lt;/TD&gt;&lt;TD&gt;0.009441&lt;/TD&gt;&lt;TD&gt;Adjusted R-Squaredd&lt;/TD&gt;&lt;TD&gt;0.007436&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Joint F-Statistice&lt;/TD&gt;&lt;TD&gt;4.708358&lt;/TD&gt;&lt;TD&gt;Prob(&amp;gt;F), (1,494) degrees of freedom&lt;/TD&gt;&lt;TD&gt;0.096036&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Joint Wald Statistice&lt;/TD&gt;&lt;TD&gt;4.316927&lt;/TD&gt;&lt;TD&gt;Prob(&amp;gt;chi-squared), (1) degrees of freedom&lt;/TD&gt;&lt;TD&gt;0.037735*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Koenker (BP) Statisticf&lt;/TD&gt;&lt;TD&gt;18.432843&lt;/TD&gt;&lt;TD&gt;Prob(&amp;gt;chi-squared), (1) degrees of freedom&lt;/TD&gt;&lt;TD&gt;0.000018*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Jarque-Bera Statisticg&lt;/TD&gt;&lt;TD&gt;5.001944&lt;/TD&gt;&lt;TD&gt;Prob(&amp;gt;chi-squared), (2) degrees of freedom&lt;/TD&gt;&lt;TD&gt;0.082005&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;DIV&gt;Notes on Interpretation&lt;/DIV&gt;&lt;TABLE width="787px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="40px"&gt;*&lt;/TD&gt;&lt;TD width="746px"&gt;An asterisk next to a number indicates a statistically significant p-value (p &amp;lt; 0.01).&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="40px"&gt;a&lt;/TD&gt;&lt;TD width="746px"&gt;Coefficient: Represents the strength and type of relationship between each explanatory variable and the dependent variable.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="40px"&gt;b&lt;/TD&gt;&lt;TD width="746px"&gt;Probability and Robust Probability (Robust_Pr): Asterisk (*) indicates a coefficient is statistically significant (p &amp;lt; 0.01); if the Koenker (BP) Statistic [f] is statistically significant, use the Robust Probability column (Robust_Pr) to determine coefficient significance.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="40px"&gt;c&lt;/TD&gt;&lt;TD width="746px"&gt;Variance Inflation Factor (VIF): Large Variance Inflation Factor (VIF) values (&amp;gt; 7.5) indicate redundancy among explanatory variables.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="40px"&gt;d&lt;/TD&gt;&lt;TD width="746px"&gt;R-Squared and Akaike's Information Criterion (AICc): Measures of model fit/performance.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="40px"&gt;e&lt;/TD&gt;&lt;TD width="746px"&gt;Joint F and Wald Statistics: Asterisk (*) indicates overall model significance (p &amp;lt; 0.01); if the Koenker (BP) Statistic [f] is statistically significant, use the Wald Statistic to determine overall model significance.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="40px"&gt;f&lt;/TD&gt;&lt;TD width="746px"&gt;Koenker (BP) Statistic: When this test is statistically significant (p &amp;lt; 0.01), the relationships modeled are not consistent (either due to non-stationarity or heteroskedasticity). You should rely on the Robust Probabilities (Robust_Pr) to determine coefficient significance and on the Wald Statistic to determine overall model significance.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="40px"&gt;g&lt;/TD&gt;&lt;TD width="746px"&gt;Jarque-Bera Statistic: When this test is statistically significant (p &amp;lt; 0.01) model predictions are biased (the residuals are not normally distributed).&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Jun 2024 08:12:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/accessing-regression-results-with-arcpy/m-p/1494240#M84681</guid>
      <dc:creator>NiallDelany_SEAI</dc:creator>
      <dc:date>2024-06-18T08:12:22Z</dc:date>
    </item>
  </channel>
</rss>

