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

responsename implementation #511

Open
PharmCat opened this issue Dec 7, 2022 · 3 comments
Open

responsename implementation #511

PharmCat opened this issue Dec 7, 2022 · 3 comments

Comments

@PharmCat
Copy link

PharmCat commented Dec 7, 2022

Is GLM.jl needs StatsAPI.responsename implementation?

@palday
Copy link
Member

palday commented Mar 21, 2023

This should probably be done in StatsModels so that we have a trivial definition here.

StatsAPI.responsename(m::LinPredModel) = responsename(formula(m))

cc @kleinschmidt

@nalimilan
Copy link
Member

You rather mean defining this in StatsModels?

responsename(model::RegressionModel) = responsename(formula(model))

@palday
Copy link
Member

palday commented Aug 10, 2023

@nalimilan exactly that.

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

3 participants