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

Variable selection procedures should return final model #81

Closed
aravindhebbali opened this issue May 22, 2018 · 0 comments
Closed

Variable selection procedures should return final model #81

aravindhebbali opened this issue May 22, 2018 · 0 comments
Assignees
Labels
Projects
Milestone

Comments

@aravindhebbali
Copy link
Member

@aravindhebbali aravindhebbali commented May 22, 2018

The following variable selection procedures should return the final model as an object of class lm():

  • ols_step_forward_aic()
  • ols_step_backward_aic()
  • ols_step_both_aic()
  • ols_step_forward_p()
  • ols_step_backward_p()
  • ols_step_both_p()
@aravindhebbali aravindhebbali self-assigned this May 22, 2018
@aravindhebbali aravindhebbali added this to To do in 0.5.2 via automation May 22, 2018
@aravindhebbali aravindhebbali added this to the 0.5.2 milestone May 22, 2018
aravindhebbali added a commit that referenced this issue Oct 18, 2018
closes #81
0.5.2 automation moved this from To do to Done Oct 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
0.5.2
  
Done
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.