martinctc / rwa

Package for running Relative Weights Analysis in R
https://martinctc.github.io/rwa
12 stars 8 forks source link

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

Open martinctc opened 3 years ago

martinctc commented 3 years ago

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


(OPTIONAL) Note

This "fixes #"

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