-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fractional effort for point count data #188
Comments
@erex Looking over the issue above, I found it a bit difficult to parse as the same text appears twice and it doesn't seem to start with what the original issue was. I saw the name "Stephanie" and traced it to this email on the distance-sampling list. From this and the above text it seems there's some sort of problem with including non-integer effort when analyzing point transect data. Is the problem that it throws an error? I can create an example if so - just wanted to double check that I have the problem correct. |
@lenthomas Exactly right. Stephanie wrote to the list asking how to account for point count effort where not all of the radius around the point is land. I suggested she use fractional effort values. She then replied off-list that my suggestion of fractional effort caused an error. Please create an example demonstrating this. |
@len @eric I could not replicate this error. Eric do you have this persons exact data?
|
@LHMarshall Thanks for digging into this. I do not have the user's original data. I thought the problem was her adjustment of effort was not consistent within points, because the error message would have been triggered by such a circumstance. I asked her to check for effort consistency within points:
and her reply was
Her email also indicated she was writing up her dissertation, perhaps under trime pressures. I have not had further correspondence from her since mid-November. Do you want me to request that she send the data frame that caused her problems? |
Email from list, I've not created a reproducible example
Region.Label Sample.Label visits land per Effort
B 1 26 0.5196679 13.51
B 1 26 0.5196679 13.51
B 1 26 0.5196679 13.51
Region.Label is sub sites with letter codes B G J Y
Sample.Label is points with numbers 1 to 35 for each point
Some subsites have a different number of visits and some points within subsites have different numbers of visits.
I have 3984 observations of bird groups within 10 min surveys. I was checking that everything ran with all lines of data before separating out observations of different species guilds. I previously ran the data with the same code then separated out some common species, received comments from advisors discussions and am rerunning the same data with only that change.
I am in the process of writing results in a dissertation and had some overlap with another student who did a remote sensing project in the same area (after my project and data collection) and was able to supply me with water, bare ground, vegetation heights (5 ranges) information for the area we surveyed. While not sure of the exact methods my advisors believe that I can make use of this after the fact information. So I may not have read enough examples of incorporating and interpreting habitat variables if there are additional readings you can recommend. Adjusting effort seemed to be the first most straightforward step.
On Tue, Nov 12, 2024 at 3:30 PM Eric Rexstad <[email protected]> wrote:
The text was updated successfully, but these errors were encountered: