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

Error: Discrimination mean column names mislabeled. Should be 'Mean' + iso_names from mix data file, e.g. 'Meand13C' if mix$iso_names = 'd13C'. #395

Open
frand-eri opened this issue Nov 22, 2024 · 0 comments

Comments

@frand-eri
Copy link

No matter what I try, I can't get this error message to go away. I even checked things myself with the following code:

match(mix_sal_SIAR$MU_names, colnames(read.csv('discr_data.csv')))
[1] 1 3
match(mix_sal_SIAR$SIG_names, colnames(read.csv('discr_data.csv')))
[1] 2 4
and it looks like it matches the way it's supposed to. Please help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant