<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Good afternoon everybody!</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I'm trying to make a landslide susceptibility map based on the statistical analysis of the occurrence of landslides in correlation of certain predisposing factors (i.e. slope, aspect, etc.) reclassified into discrete classes (i.e. every 10 degrees, North, West,
 South, East, etc.)</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Since the occurrence /non occurrence of a landslide is a dichotomic variable,  Logistic Regression is generally considered a most suitable model.</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
To manage the several predisposing factors, I have tried with the command r.regression.multi, but I am not sure about a few issues.</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I have assumed that the "map for y coefficient" is the map with observed data, but do I have to use a 0 = no landslide / 1= landslide map or a logit map expressed as log (P + e1-8) - log(1- P + e1-8)?</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
In both cases, when comparing the estimates map with observed landslides, most landslides are located within the areas with the highest values of susceptibility , but it is difficult to quantify the reliability of the model because the AIC index assumes scarcely
 comparable values (i.e. 6258510.340522, 6258514.420749.... ) and the other indexes reported in the output txt file, according to literature, are not suitable to evaluate a Logistic Regression model. I have then used the addon r.edm.eval to calculate the Area
 Under the Curve and the results appear to be coherent with the comparison (around 88%), but this command only works if as "layer containing references classes" I use the  0/1 landslide map.</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Have I messed up in the procedure or are the commands I 've used not correct for this kind of analysis?</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thank you and best regards</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Paola</div>
</body>
</html>