Displaying 2 results from an estimated 2 matches for "run8".
Did you mean:
run
2017 Oct 21
2
Help_urgent_how to calculate mean and sd in biomod 2
...iomod 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 RUN3 RUN4 RUN5 RUN6 RUN7 RUN8 RUN9 RUN10
0.746 0.763 0.717 0.758 0.754 0.704 0.700 0.725...
2017 Oct 26
0
Help_urgent_how to calculate mean and sd in biomod 2
...g.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 RUN...