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

Error in catchCurve #48

Open
ccmorales2 opened this issue Nov 13, 2023 · 1 comment
Open

Error in catchCurve #48

ccmorales2 opened this issue Nov 13, 2023 · 1 comment

Comments

@ccmorales2
Copy link

Hi, @tokami. I am recently having an error in completing the catchCurve and I am confused. I tried the code
selar_res_cc <- catchCurve(selar_lfq_catch_vec,
catch_columns = c(1, 2),
reg_int = c(10.5, 14.5),
calc_ogive = TRUE)

Here is the error message:
Error in catchCurve(selar_lfq_catch_vec, catch_columns = c(1, 2), reg_int = c(10.5, :
You need to assign values to Linf and K for the catch curve based on length-frequency data!

What should I do?

@samrozmajeed
Copy link

Hello, morales .

For me this code work well

res_cc <- catchCurve(lfq_catch_vec, reg_int = NULL,auto = FALSE
, calc_ogive = TRUE,catch_columns = c(1,2))

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