Skip to content

Commit

Permalink
Add censoring plots to the mix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 6, 2022
1 parent 4536651 commit da6452b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ test_that("test plots with vdiffr", {
expect_error(vpcPlotTad(fit), NA)
expect_error(vpcPlot(fit, pred_corr=TRUE), NA)
expect_error(vpcPlotTad(fit, pred_corr=TRUE), NA)
expect_error(vpcCens(fit), NA)
expect_error(vpcCensTad(fit), NA)

expect_error(plot(fit), NA)

Expand Down

0 comments on commit da6452b

Please sign in to comment.