You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the scale. argument passed to wql::eof is not used in the function. I think that argument is intended to be used on line 89, but the scale argument in the prcomp call is hard-coded as TRUE (pr1 <- prcomp(x, scale.=TRUE)) instead of pr1 <- prcomp(x, scale.=scale.)
Thank you for the excellent package.
The text was updated successfully, but these errors were encountered:
I noticed that the
scale.
argument passed to wql::eof is not used in the function. I think that argument is intended to be used on line 89, but the scale argument in theprcomp
call is hard-coded as TRUE (pr1 <- prcomp(x, scale.=TRUE)
) instead ofpr1 <- prcomp(x, scale.=scale.)
Thank you for the excellent package.
The text was updated successfully, but these errors were encountered: