Comments for modTools https://modtools.wordpress.com simple tools for simpler modelling Thu, 31 Oct 2024 18:19:39 +0000 hourly 1 http://wordpress.com/ Comment on Delimiting the modelling background for scattered uneven occurrence data by Delimiting the modelling background for scattered uneven occurrence data - A Good Software https://modtools.wordpress.com/2024/10/31/delimiting-the-modelling-background-for-scattered-uneven-occurrence-data/#comment-1044 Thu, 31 Oct 2024 18:19:39 +0000 http://modtools.wordpress.com/?p=3259#comment-1044 […] article was first published on modTools, and kindly contributed to R-bloggers]. (You can report issue about the content on this page […]

]]>
Comment on Degree-minute-second to decimal coordinates by Anonymous https://modtools.wordpress.com/2022/02/02/degree-minute-second-to-decimal-coordinates/#comment-1043 Tue, 16 Apr 2024 09:50:57 +0000 http://modtools.wordpress.com/?p=2688#comment-1043 Hey Márcia, for my conversions the function works very well! Thanks for sharing it ❤

]]>
Comment on Getting marine polygon maps in R by Creating Marine Polygon Maps in R: A Step-by-Step Guide | Qubixity.net https://modtools.wordpress.com/2024/02/05/getting-marine-polygon-maps-in-r/#comment-1042 Mon, 05 Feb 2024 22:11:36 +0000 http://modtools.wordpress.com/?p=3158#comment-1042 […] article was first published on modTools, and kindly contributed to R-bloggers]. (You can report issue about the content on this page […]

]]>
Comment on Getting continent, mainland and island maps in R by Getting marine polygon maps in R | modTools https://modtools.wordpress.com/2023/03/08/getting-continent-mainland-and-island-maps-in-r/#comment-1041 Mon, 05 Feb 2024 14:20:07 +0000 http://modtools.wordpress.com/?p=2883#comment-1041 […] also this previous post for how to further crop/mask to the near-shore raster values, including for particular continents […]

]]>
Comment on Actual pixel sizes of unprojected raster maps by “Addressing Inconsistent Pixel Area in Unprojected Raster Maps: Insights and Solutions” | Qubixity.net https://modtools.wordpress.com/2024/01/23/actual-pixel-sizes-of-unprojected-raster-maps/#comment-1040 Wed, 24 Jan 2024 17:46:21 +0000 http://modtools.wordpress.com/?p=3087#comment-1040 […] article was first published on modTools, and kindly contributed to R-bloggers]. (You can report issue about the content on this page […]

]]>
Comment on Weighted probability vs. favourability by A.M. Barbosa https://modtools.wordpress.com/2023/07/11/weighted-probability-vs-favourability/#comment-1034 Tue, 11 Jul 2023 21:51:51 +0000 http://modtools.wordpress.com/?p=2992#comment-1034 In reply to Name.

Correct: favourability does not estimate true prevalence, which (to my knowledge) can’t be known except through very thorough sampling (rarely possible at the scale of species distributions). But since sample prevalence is always wrong to some point, favourability has at least the advantage of removing its effect from model predictions, thus levelling them out so that they are quantitatively comparable across species and regions, regardless of (right or wrong) prevalence.

]]>
Comment on Weighted probability vs. favourability by Weighted probability vs. favourability – Data Science Austria https://modtools.wordpress.com/2023/07/11/weighted-probability-vs-favourability/#comment-1033 Tue, 11 Jul 2023 20:21:58 +0000 http://modtools.wordpress.com/?p=2992#comment-1033 […] article was first published on modTools, and kindly contributed to R-bloggers]. (You can report issue about the content on this page […]

]]>
Comment on Weighted probability vs. favourability by Name https://modtools.wordpress.com/2023/07/11/weighted-probability-vs-favourability/#comment-1032 Tue, 11 Jul 2023 20:01:11 +0000 http://modtools.wordpress.com/?p=2992#comment-1032 A couple years back I worked on a project that I think is related to this:

General workflow was: 1) Simulate a virtual species in a given area, resulting in some true prevalence (e.g., species covers 30% of the study area), 2) Sample presence and absence points from the true (simulated) range, varying the observed prevalence (ratio of presence to absence points selected). 3). Fit random forest models and recover an estimate prevalence (e.g., SDM suggest species covers 60% of the range – not good!). Sometimes with weighting, sometimes without weighting.

In the end, there was no clear way for the model-estimated prevalence to match the true (simulate) prevalence, unless you know the true prevalence (which in real life is never possible) and adjust the observed prevalence (ratio of select pres/abs points) accordingly. I stopped working on the project, but it remains curious in my head!

This post was interesting, my hope before reading was that the favorability function might be addressing my issue of estimating the latent true prevalence from only observed prevalence and environmental relationships. But that doesn’t seem to be the case, correct? Any thoughts on this?

Thanks!

]]>
Comment on Downloading and cleaning GBIF data with R by A.M. Barbosa https://modtools.wordpress.com/2021/03/22/import-and-clean-gbif-data/#comment-1031 Thu, 27 Apr 2023 13:14:36 +0000 http://modtools.wordpress.com/?p=2492#comment-1031 In reply to Nicholas Rocha.

It looks like your current species (i.e. your current value of `s`) has no data on GBIF. Is it correctly spelled? I’ve slightly altered the script in the post, to only try to make that data frame if data exists, so that the loop is not interrupted by an error. See also the note I added on the post, just before the R code. The (slightly updated) script should still work, though.

]]>
Comment on Removing absences from GBIF datasets by Downloading and cleaning GBIF data with R | modTools https://modtools.wordpress.com/2023/04/17/removing-absences-from-gbif-datasets/#comment-1030 Thu, 27 Apr 2023 13:10:28 +0000 http://modtools.wordpress.com/?p=2934#comment-1030 […] NOTE: This script is a bit outdated given recent developments in R — see e.g. newer posts on GBIF data cleaning and removal of absences. […]

]]>