<div dir="ltr"><div></div><div> Dear all, <br></div>
<br>
I have dichotomous data (occurrence 1 and non-occurence 0) and I want to
 use the  logistic regression method in order to obtain susceptibility 
map of landslide occurrence. <br>
<br>
I try to use r.regression.multi, but I am not sure to correctly define the mapy variable..<br>
<br>
I try to use r.mapcalc<br>
<br>
<i>r.mapcalc expression="logit_occurrence=log(occurrence_map+0.00001)-log(1-occurrence_map+0.00001)"</i><br>
<br>
obtaining a map that go from -11.5 (not occurrence) to +11.5 (occurrence) <br>
<br>
when I try to use r.regression.multi I obtain a lot of null values in residuals and estimates map.<br>
<br>
i do not understand why.. <br>
<br>
Thanks in advanced for the attention<br>
Roberto</div>