GLM.jl icon indicating copy to clipboard operation
GLM.jl copied to clipboard

responsename implementation

Open PharmCat opened this issue 3 years ago • 3 comments

Is GLM.jl needs StatsAPI.responsename implementation?

PharmCat avatar Dec 07 '22 14:12 PharmCat

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

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

cc @kleinschmidt

palday avatar Mar 21 '23 20:03 palday

You rather mean defining this in StatsModels?

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

nalimilan avatar Mar 28 '23 19:03 nalimilan

@nalimilan exactly that.

palday avatar Aug 10 '23 03:08 palday