We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
I am running an RDA with the following code:
rda(X, Y)
where X is a df containing the vectors of a Pcoa, and Y is a dataframe containing environmental variables.
dim(X) = 422 421 dim(Y) = 422 22
But I still get the following error:
Error in ordConstrained(X, Y, Z, arg = scale, method = "rda") : dependent data and constraints must have the same number of rows
Any thoughts would be appreciated!
Best, Coral
The text was updated successfully, but these errors were encountered:
No idea. I cannot reproduce this.
Sorry, something went wrong.
No branches or pull requests
Hi there,
I am running an RDA with the following code:
where X is a df containing the vectors of a Pcoa, and Y is a dataframe containing environmental variables.
But I still get the following error:
Any thoughts would be appreciated!
Best,
Coral
The text was updated successfully, but these errors were encountered: