plspm icon indicating copy to clipboard operation
plspm copied to clipboard

bug in get_locals_test.r

Open jszhao opened this issue 6 years ago • 0 comments

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 avatar Aug 07 '18 09:08 jszhao