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
First of all thank you very much for your work with the epca package.
I am trying to use the rotation function to find the rotation of a matrix $X$ that has smallest $L_1$-norm.
I get a warning that convergence is not achieved when I use the option rotation = 'absmin'.
rotation = 'absmin'
Is there something I can do to get convergence? like increasing the number of iterations?
I have tried using the absmin() function that appears in the documentation directly but R cannot find it.
absmin()
Thank you very much in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First of all thank you very much for your work with the epca package.
I am trying to use the rotation function to find the rotation of a matrix$X$ that has smallest $L_1$ -norm.
I get a warning that convergence is not achieved when I use the option
rotation = 'absmin'
.Is there something I can do to get convergence? like increasing the number of iterations?
I have tried using the
absmin()
function that appears in the documentation directly but R cannot find it.Thank you very much in advance!
The text was updated successfully, but these errors were encountered: