Displaying 2 results from an estimated 2 matches for "mybiomodmodeleval_55".
2017 Oct 21
2
Help_urgent_how to calculate mean and sd in biomod 2
Hello
I am new in R. I am trying to implement Biomod 2 package.
However, I have a doubt. I want to calculate the mean and sd of
"Testing.data"
(ROC and TSS)
> # let's print the ROC scores of all selected models
> myBiomodModelEval_55["ROC","Testing.data",,,]
RUN1 RUN2 RUN3 RUN4 RUN5 RUN6 RUN7 RUN8 RUN9 RUN10
0.938 0.938 0.926 0.931 0.939 0.918 0.920 0.914 0.935 0.919
>
> # let's print the TSS scores
> myBiomodModelEval_55["TSS","Testing.data",,,]
RUN1 RUN2 R...
2017 Oct 26
0
Help_urgent_how to calculate mean and sd in biomod 2
....com>>:
>
> Thank you for the information.
>
> Regards,
>
> Lara Silva
>
> 2017-10-21 4:40 GMT+00:00 Rui Barradas <ruipbarradas at sapo.pt
> <mailto:ruipbarradas at sapo.pt>>:
>
> Hello,
>
> This is because myBiomodModelEval_55["ROC","Testing.data",,,] is
> a vector not an array or matrix. What the error message is
> saying is that dim() is not returning a value (it's length is
> not positive, since it cannot be negative length(dim(.)) must be
> zero). Tr...