Skip to content

Commit

Permalink
Testing: Fixed plot tests that had inadvertent error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpkeil1 committed Jan 28, 2021
1 parent 4b3aa50 commit 6114dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: qgcomp
Title: Quantile G-Computation
Version: 2.7.0
Date: 2021-01-26
Date: 2021-01-28
Authors@R:
person(given = "Alexander",
family = "Keil",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_l_zzzplots.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ n=100
plot(ee)
pointwisebound.noboot(ee)
qgcomp:::pointwisebound.noboot_old(ee)
ff = qgcomp.boot(f=y ~ z + x1 + x2, expnms = c('x1', 'x2'), data=dat, q=3, B=3, family=gaussian())
ff = qgcomp.boot(f=y ~ z + x1 + x2, expnms = c('x1', 'x2'), data=dat, q=7, B=3, family=gaussian())
plot(ff, flexfit = FALSE)
modelbound.boot(ff)
qgcomp:::modelbound.boot_old(ff)
Expand Down

0 comments on commit 6114dc9

Please sign in to comment.