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
In get_locals_test.r, line 101, it said:
X.g2 = get_data_scaled(X[samg1,], scaled)
it made X.g2 is same as X.g1. Thus in the section of ...$loadings and ...$gof in the output of rebus.test() is wrong.
The above line should be:
X.g2 = get_data_scaled(X[samg2,], scaled)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In get_locals_test.r, line 101, it said:
it made X.g2 is same as X.g1. Thus in the section of ...$loadings and ...$gof in the output of rebus.test() is wrong.
The above line should be:
The text was updated successfully, but these errors were encountered: