Feature: add logistic regression and multiple regression as options#23
Closed
Copilot wants to merge 1 commit intofeature/add-logistic-regressionfrom
Closed
Feature: add logistic regression and multiple regression as options#23Copilot wants to merge 1 commit intofeature/add-logistic-regressionfrom
Copilot wants to merge 1 commit intofeature/add-logistic-regressionfrom
Conversation
2 tasks
Copilot
AI
changed the title
[WIP] Add logistic regression and multiple regression options
Feature: add logistic regression and multiple regression as options
Jan 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This branch adds logistic regression and multiple regression as distinct analysis methods with automatic detection.
Changes
The changes made in this PR are:
rwa_logit()for binary outcomes (logistic regression) andrwa_multiregress()for continuous outcomes (multiple regression)rwa()to automatically detect method based on outcome variable (2 unique values → logistic, otherwise → multiple regression) with explicitmethodparameter overriderwa_logit()for edge cases (clipping predictions away from 0/1, zero standard deviation handling)plot_rwa()to handle both regression types with appropriate labelingUsage example:
Check
roxygen2::roxygenise()has been run prior to merging to ensure that.RdandNAMESPACEfiles are up to date.devtools::check()orrhub::check_for_cran())Change Type
Please check the type of change your PR introduces:
(OPTIONAL) Note
Bootstrap confidence intervals currently only supported for multiple regression (not logistic regression).
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.