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

Add ... argument to fspe function to pass parameters to functions like psych::fa() and GPArotate::GPFoblq() #1

Open
LizHareDogs opened this issue Feb 14, 2023 · 1 comment

Comments

@LizHareDogs
Copy link

Hi! This is a great package!

I ran into an error from GPFoblq saying that it didn't converge during the default number of iterations. I wanted to be able to set maxiter to a higher number. Adding ... as a parameter to fspe() would allow the user to pass parameters to the inner functions.

I was able to add the ... and avoid the warning, so I'll put in a PR.

Thanks for a relevant and helpful package!

@jmbh
Copy link
Owner

jmbh commented Feb 14, 2023

Hi LizHareDogs,

Yes good point, it should be possible to hand down argument to fa().

Best,
Jonas

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

2 participants