Is anyone aware of a R package (similar to gam/mgcv) that can cope with non dichotomous response values (probabilities) rather than zeros and ones.
My problem is that I would like to use the ecogbm package:
but cannot create a binary for windows. So I thought I implement my own iterative approach for presence-only data. This is related to:
Thanks!