I'm using a 2-vector response = cbind(number.of.successes, number.of.failure) as recommended in CRAWLEY. In order to figure out variable importance in models including response = abundance we used the function hier.part (package hier.part) which calculates the independent contribution of the variables. Unfortunately, I can't find any equivalent function/package that can handle the 2-vector response.

Similar questions and discussions