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

add example data #105

Merged
merged 22 commits into from
Jun 21, 2024
Merged

add example data #105

merged 22 commits into from
Jun 21, 2024

Conversation

hoppanda
Copy link
Member

No description provided.

@hoppanda hoppanda linked an issue May 24, 2024 that may be closed by this pull request
4 tasks
@hoppanda hoppanda requested a review from gravesti May 24, 2024 07:03
Copy link
Contributor

github-actions bot commented May 24, 2024

badge

Code Coverage Summary

Filename               Stmts    Miss  Cover    Missing
-------------------  -------  ------  -------  -----------------------------------------------------------------------------------
R/binary-helper.R         59       7  88.14%   14, 18, 21, 24, 28, 31, 36
R/bootstrap.R             23      23  0.00%    54-88
R/bucher.R                55       3  94.55%   103, 107, 111
R/data_generation.R       20      20  0.00%    36-73
R/maic_anchored.R        177      34  80.79%   65-72, 77-80, 84, 87, 91, 94-97, 100-103, 108-109, 113, 116, 138-143, 163, 223, 229
R/maic_unanchored.R      253      33  86.96%   77-84, 87-88, 93, 96-99, 102-105, 110, 120, 123, 146-153, 182, 239, 246, 355, 362
R/matching.R             245     146  40.41%   65, 70-72, 77-80, 87-94, 139, 175, 214, 256-516
R/plot_km.R              449     373  16.93%   46-598
R/plot_km2.R             107     107  0.00%    50-209
R/process_data.R         101      44  56.44%   49-51, 56, 71-74, 80, 92-93, 183, 216-280
R/reporting.R             59       1  98.31%   91
R/survival-helper.R       30       3  90.00%   63, 66-67
R/time-helper.R            9       4  55.56%   22, 37-38, 52
R/utils.R                 12      10  16.67%   4, 11-20
R/zzz.R                    1       1  0.00%    2
TOTAL                   1600     809  49.44%

Diff against main

Filename        Stmts    Miss  Cover
------------  -------  ------  -------
R/matching.R        0      +3  -1.22%
TOTAL               0      +3  -0.19%

Results for commit: 417c707

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

@gravesti gravesti requested a review from MikeJSeo May 24, 2024 08:03
R/data_unanchored.R Outdated Show resolved Hide resolved
Copy link
Contributor

github-actions bot commented May 30, 2024

Unit Tests Summary

 1 files   7 suites   4s ⏱️
21 tests 21 ✅ 0 💤 0 ❌
67 runs  67 ✅ 0 💤 0 ❌

Results for commit 417c707.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented May 30, 2024

Unit Test Performance Difference

Test Suite $Status$ Time on main $±Time$ $±Tests$ $±Skipped$ $±Failures$ $±Errors$
utils 💀 $0.01$ $-0.01$ $-2$ $0$ $0$ $0$
Additional test case details
Test Suite $Status$ Time on main $±Time$ Test Case
maic_anchored 💀 $0.28$ $-0.28$ maic_anchored_works_for_TTE_using_bootstrap_SE
maic_anchored 💀 $0.98$ $-0.98$ maic_anchored_works_for_TTE_using_robust_SE
maic_anchored 👶 $+0.26$ maic_unanchored_works_for_TTE_using_bootstrap_SE
maic_anchored 👶 $+0.94$ maic_unanchored_works_for_TTE_using_robust_SE
utils 💀 $0.01$ $-0.01$ set_random_seed_works

Results for commit 2bcc016

♻️ This comment has been updated with latest results.

R/data.R Outdated Show resolved Hide resolved
data-raw/dummy_anchored.R Outdated Show resolved Hide resolved
R/data.R Outdated Show resolved Hide resolved
@gravesti
Copy link
Contributor

@MikeJSeo @hoppanda I've added some column descriptions. Can you have a look?

R/data.R Outdated Show resolved Hide resolved
R/data.R Outdated Show resolved Hide resolved
R/data.R Outdated Show resolved Hide resolved
R/data.R Outdated Show resolved Hide resolved
R/data.R Outdated Show resolved Hide resolved
R/data.R Outdated Show resolved Hide resolved
R/data.R Outdated Show resolved Hide resolved
R/data.R Outdated Show resolved Hide resolved
R/data.R Outdated Show resolved Hide resolved
R/data.R Outdated Show resolved Hide resolved
@gravesti gravesti merged commit 7d9cc65 into main Jun 21, 2024
25 checks passed
@gravesti gravesti deleted the 24-add-example-data-sets branch June 21, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

add example data sets
3 participants