Skip to content

Feature: add logistic regression and multiple regression as options #7

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

martinctc
Copy link
Owner

@martinctc martinctc commented Feb 27, 2021

Summary

This branch adds logistic regression and multiple regression as additional options.

Changes

The changes made in this PR are:

  1. Add rwa_logit() for logistic regression.
  2. rwa_multiregress() is created as a duplicate of the original rwa(), and rwa() is converted to a wrapper to call rwa_multiregress() and rwa_logit().

Check

  • All R CMD checks pass
  • roxygen2::roxygenise() has been run prior to merging to ensure that .Rd and NAMESPACE files are up to date.

(OPTIONAL) Note

This "fixes #<issue_number>"

<other things, such as how to incorporate new changes>

@martinctc martinctc self-assigned this Feb 27, 2021
@martinctc martinctc added the enhancement New feature or request label Feb 27, 2021
- `rwa_multiregress()` is created as a duplicate of the original `rwa()`.
- `rwa()` is used as a wrapper to call `rwa_multiregress()` and `rwa_logit()`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant