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

age within stage models #33

Open
levisc8 opened this issue Jul 29, 2021 · 0 comments
Open

age within stage models #33

levisc8 opened this issue Jul 29, 2021 · 0 comments
Labels
enhancement New feature or request padrino Functionality required to Padrino models

Comments

@levisc8
Copy link
Collaborator

levisc8 commented Jul 29, 2021

Better thought of as an extension of age_x_size (I think). Basically need a function called something like define_age()/define_age_within_stage() with an interface like:

define_age(age = list(yearling = c(0,0),  
                                   small = c(1,4),
                                   large = c(5, 10), 
                                   greybeard = c(max_age, max_age))

This info then gets folded into .init_iteration.

@levisc8 levisc8 added enhancement New feature or request padrino Functionality required to Padrino models labels Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request padrino Functionality required to Padrino models
Projects
None yet
Development

No branches or pull requests

1 participant