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

names of YKD and YKG data sets do not match, sha is missing #52

Open
eosnas opened this issue Feb 26, 2025 · 0 comments
Open

names of YKD and YKG data sets do not match, sha is missing #52

eosnas opened this issue Feb 26, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@eosnas
Copy link
Contributor

eosnas commented Feb 26, 2025

dim(YKDHistoric$output.table)
[1] 1155 19
dim(YKGHistoric$output.table)
[1] 1275 20
names(YKGHistoric$output.table)
[1] "Year" "Observer" "Species" "total.est"
[5] "itotal.est" "ibbtotal.est" "sing1pair2.est" "flock.est"
[9] "var.N" "var.Ni" "var.Nib" "var.Nsing1pair2"
[13] "var.Nflock" "SE" "SE.i" "SE.ibb"
[17] "SE.sing1pair2" "SE.flock" "area" "sha"
names(YKDHistoric$output.table)
[1] "Year" "Observer" "Species" "total.est"
[5] "itotal.est" "ibbtotal.est" "sing1pair2.est" "flock.est"
[9] "var.N" "var.Ni" "var.Nib" "var.Nsing1pair2"
[13] "var.Nflock" "SE" "SE.i" "SE.ibb"
[17] "SE.sing1pair2" "SE.flock" "area"

Might conside not including the sha directly in the data. Is the commit enough? Maybe a better way to fix once to file, instead of whole column data.

@eosnas eosnas added the bug Something isn't working label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants