perf() and stable variables

Issue #19 resolved
Florian Rohart created an issue

In perf.spls and perf.splsda, the stable variables are obtained with a sort(summary(...)). This is a problem because it's only showing 100 levels of the factor. The use of table() should be preferred.

ok?

Comments (2)

  1. Log in to comment