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
Hello!
I'm currently trying to model a discrete response using fitFlexCode. In the description of system it says:
Basis for z. Current options are "Fourier", "Cosine" and "discrete". Default is "Fourier"
But it seems the "discrete" option is not available as an argument, as I get the following message:
Error in match.arg(system, c("cosine", "Fourier", "Haar", "Daubechies")) : 'arg' should be one of “cosine”, “Fourier”, “Haar”, “Daubechies”
Is there a way to solve this? Perhaps I'm doing something wrong.
Thank you so much for this amazing package!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
I'm currently trying to model a discrete response using fitFlexCode.
In the description of system it says:
But it seems the "discrete" option is not available as an argument, as I get the following message:
Is there a way to solve this? Perhaps I'm doing something wrong.
Thank you so much for this amazing package!!
The text was updated successfully, but these errors were encountered: