Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unrealistic spatial smoothing of richness measurements? #27

Open
mpinsky opened this issue Mar 13, 2015 · 6 comments
Open

Unrealistic spatial smoothing of richness measurements? #27

mpinsky opened this issue Mar 13, 2015 · 6 comments

Comments

@mpinsky
Copy link
Collaborator

mpinsky commented Mar 13, 2015

Something I've been pondering:

Are the hierarchical models estimating an unrealistically smooth richness surface across each survey? They seem to be predicting nearly constant richness within a survey, and only large differences across surveys. This seems to happen because we have no co-variates included, and yet I am hesitant to base our estimations on covariates that may or may not be correct (and in particular, that may or may not capture the true heterogeneity in the system). I would be especially hesitant to include temperature as a covariate, because that is what we want to test at a community-level, not at an individual-species level.

Some things to think about or check:

  • Map each region using it's own color bar (probably in separate graphs). It may be that each region looks smoother than it really is, just because the colorbar is stretched so much.
  • Include latitude as a covariate?
  • Divide each survey into smaller sub-regions (e.g., include a region co-variate)?
  • Use a Chao estimator for richness per 1 degree grid cell (e.g., the methods in EstimateS). While a different approach, this is a much faster calculation than the hierarchical model.
@rBatt
Copy link
Owner

rBatt commented Mar 24, 2015

I agree that they're smoothing over space. That's something that needs to be worked on. I'm not inclined to try other estimators. I've been through several, and it didn't seem that the others were useful for our problem. At this time I don't think it's appropriate to keep trying other approaches, this takes a lot of time and I don't take it lightly. I'm going to stick with the MSOM for now.

Your first 3 suggestions in the bullet points are really good, though. Thanks! I'll definitely refer to them when updating the MSOM to include all years. Thanks @mpinsky

@rBatt rBatt changed the title Unrealistic smoothing of richness measurements? Unrealistic spatial smoothing of richness measurements? Mar 27, 2015
@rBatt
Copy link
Owner

rBatt commented Sep 20, 2015

I think we've resolved the underlying cause of this issue. It's just an effect of the MSOM hierarchy. There's not something wrong with the analysis, but it is important to interpret the analysis carefully.

@rBatt rBatt closed this as completed Sep 20, 2015
@rBatt
Copy link
Owner

rBatt commented Sep 20, 2015

Reopening because it'll be useful to see if this is resolved when we combine yeras

@rBatt rBatt reopened this Sep 20, 2015
@rBatt
Copy link
Owner

rBatt commented Dec 11, 2015

I think we're going to have this problem in time and space now that we're combining years.

Binary data are just so hard to deal with. Even in state space framework, you still can't tie the estimates back to the true state nearly as effectively it seems.

For now, I think the thing I'll try is to just include more covariates.

@mpinsky You mentioned substrate type? I wonder if that could find its way into trawlData ... and I wonder what format the data are in. Hoping for a gridded raster ....

@mpinsky
Copy link
Collaborator Author

mpinsky commented Dec 11, 2015

Yes, a gridded raster exists. Lauren Rogers at NOAA (larogers@stanford.edu)
knows which one we used.

On Thu, Dec 10, 2015 at 10:27 PM, Ryan Batt notifications@github.com
wrote:

I think we're going to have this problem in time and space now that
we're combining years.

Binary data are just so hard to deal with. Even in state space framework,
you still can't tie the estimates back to the true state nearly as
effectively it seems.

For now, I think the thing I'll try is to just include more covariates.

@mpinsky https://github.com/mpinsky You mentioned substrate type? I
wonder if that could find its way into trawlData ... and I wonder what
format the data are in. Hoping for a gridded raster ....


Reply to this email directly or view it on GitHub
#27 (comment).

@rBatt
Copy link
Owner

rBatt commented Dec 12, 2015

@mpinsky sent the rugosity data. It's been added to the trawlData package.

I also noticed today that surface temperature isn't really very well correlated with bottom temperature. That could be a potential indicator of environmental heterogeneity as well, and it varies over space and time.

Lat and lon could both be used to create spatial differences. And depth.

@rBatt rBatt added this to the Species Richness milestone Dec 20, 2015
@rBatt rBatt self-assigned this Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants