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

add coef() or fixef() accessor? #183

Open
bbolker opened this issue Mar 7, 2024 · 2 comments
Open

add coef() or fixef() accessor? #183

bbolker opened this issue Mar 7, 2024 · 2 comments
Assignees

Comments

@bbolker
Copy link
Collaborator

bbolker commented Mar 7, 2024

mp_tmb_coef() is nice, but it looks more like a summary() method than coef() or fixef() (which would typically return a named numeric vector). Some kind of accessor that returns a simpler value (maybe a numeric vector, or maybe a list of numeric vectors and matrices?) would be nice.

@stevencarlislewalker
Copy link
Member

This is a good point. I'll implement it. What I might do is just implement summary and coef (anything else?). I think I'll return a relistable list in coef. Does this make sense to you?

@stevencarlislewalker stevencarlislewalker self-assigned this Mar 7, 2024
@stevencarlislewalker
Copy link
Member

Or maybe I should do the broom thing, as discussed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants