vpc
vpc copied to clipboard
R library to create visual predictive checks (VPC)
Hi, I'm trying to generate a prediction corrected vpc but I keep getting the same error: > Error in `dplyr::group_by()`: > ! Must group by variables found in `.data`. >...
Hello, Would it be possible to provide a reference for the way in which data are simulated via the sim_data() function? It would also be helpful to provide an example...
Test coverage is intermediate. Especially for the following functions it can be improved: ``` Running specific tests for package ‘vpc’ Running ‘testthat.R’ vpc Coverage: 68.32% R/compute_kmmc.R: 0.00% R/create_vpc_theme.R: 0.00% R/label_vpc_tte.R:...
NOTEs below should be avoided. ``` ❯ checking top-level files ... NOTE Non-standard file/directory found at top level: ‘docs’ ❯ checking dependencies in R code ... NOTE Unexported object imported...
Due to this merge (https://github.com/ronkeizer/vpc/commit/c3b6378182ee3d1d12dbd21701cb15c65e1cde1f) a test is now failing on master. It was mentioned in the ticket that tests would need to be updated but missed it at the...
tests
I see this package suited two test 'suites' - unit tests for the functions and processes and a visual check to make sure we're getting the output we expect. Unit...
It seems like simulated data should generally go through the equivalent transformations as observed data. For that reason, I think that it makes sense to use `quantile_cens()` instead of the...
In some scenarios, `NA` values are treated as censored while in other scenarios, censored values are treated as either `-Inf` or `Inf`. I think that it would be simpler to...
e.g. allow for Phoenix separate out in guess_software() function
not so straightforward, so probably more a long-term thing to look into. The binning approaches (either the approaches in this package or the ones from Lavielle or Uppsala) are all...