fix(summarization): Fix Rename ref regression covariate to ref_covariate for SRM experiments#191
fix(summarization): Fix Rename ref regression covariate to ref_covariate for SRM experiments#191tonywu1999 wants to merge 2 commits intodevelfrom
Conversation
…ate for SRM experiments
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Motivation and Context
Please include relevant motivation and context of the problem along with a short summary of the solution.
Changes
Please provide a detailed bullet point list of your changes.
Testing
Please describe any unit tests you added or modified to verify your changes.
Checklist Before Requesting a Review
PR Type
Bug fix, Tests
Description
Fix SRM covariate reference column usage
Update imputation merge key names
Add regression test for saved output
Diagram Walkthrough
File Walkthrough
linear_summary.cpp
Fix reference covariate lookup in C++src/linear_summary.cpp
ref_covariateutils_output.R
Update R output merge covariate columnR/utils_output.R
ref_covariatein imputation merge keystest_dataProcess.R
Add SRM regression coverage for dataProcessinst/tinytest/test_dataProcess.R