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
Hi,
I tried the example for the ocom method and ended up with an error. The output is reproduced below:
example(ocom)
ocom> # Fit OCOM to catch time series and plot output ocom> set.seed(1) # stochastic fitting
ocom> output <- ocom(year=TIGERFLAT$yr, catch=TIGERFLAT$catch, m=0.27) Error in f$psi.history[[5]] : subscript out of bounds
cheers, marco
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I tried the example for the ocom method and ended up with an error. The output is reproduced below:
ocom> # Fit OCOM to catch time series and plot output
ocom> set.seed(1) # stochastic fitting
ocom> output <- ocom(year=TIGERFLAT$yr, catch=TIGERFLAT$catch, m=0.27)
Error in f$psi.history[[5]] : subscript out of bounds
cheers,
marco
The text was updated successfully, but these errors were encountered: