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

Methods returning data.frame of decision criteria values such as RSquare, Adjr, AIC etc must also return the equivalent regression model object on-demand. #160

Open
linusjf opened this issue May 4, 2020 · 2 comments
Assignees

Comments

@linusjf
Copy link

linusjf commented May 4, 2020

#158 (comment)

Brief description of the problem

Methods that return the model parameters and it's decision and information criteria such as RSquare, Adjr, Aic etc must also return the regression model object (class lm) on-demand. The lightweight object (excluding the regression model objects specified above) must include the response variable name (this is currently missing).

The mindex column of the data.frame indexes into the list of models returned. The list can be a named list with the names a combination of the predictors in the model.
The named identifier could be a concatenation of the predictors' names sorted alphabetically.

@jens-daniel-mueller
Copy link

Hi @aravindhebbali,

the propose return of model coefficients would be very helpful for my work.
Are you planning to implement this, and maybe already have an idea when it might become available?

In ols-all-possible-regression.R from line 281 ff it seems that you started working on it. Is this correct? Can you give a quick status update?

I would also be happy to help, but would probably require instructions as I'm not an experienced contributor.

Thanks for your feedback.
Jens

@aravindhebbali
Copy link
Member

Hi @jens-daniel-mueller,

We are planning a release of olsrr by November end. I will update you about the API changes and how you can contribute to it in a couple of days.

Thanks & Keep Safe,
Aravind Hebbali

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

No branches or pull requests

3 participants