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

bug in get_locals_test.r #14

Open
jszhao opened this issue Aug 7, 2018 · 0 comments
Open

bug in get_locals_test.r #14

jszhao opened this issue Aug 7, 2018 · 0 comments

Comments

@jszhao
Copy link

jszhao commented Aug 7, 2018

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)
@jszhao jszhao closed this as completed Aug 8, 2018
@jszhao jszhao reopened this Aug 8, 2018
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