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

Issue w/ age class specification #1

Open
oliviergimenez opened this issue Jul 4, 2022 · 0 comments
Open

Issue w/ age class specification #1

oliviergimenez opened this issue Jul 4, 2022 · 0 comments

Comments

@oliviergimenez
Copy link
Owner

By Pablo Palencia

In previous emails, I forgot to mention that maybe I found a (not very important actually) error in your code.

When creating age classes in the dipper example (min 7:46:05 of your video), I understood that you want to create two groups (<1 years old, and  >=1). However, running your code we actually grouped in the same class age==0 && age ==1. It is necessary to add the argument “right = F” to create a group for class <1 [0, 1), and another group for class >=1 [1, 7].
I attached the code with the example. See Ageclass.R.zip

It is also possible that you actually want to group age 0 and 1 in the same group, and then the code is right but I misunderstood the grouping criteria hahaha.

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

1 participant