NEWS.md
_R_CHECK_DEPENDS_ONLY_=true
in R CMD check. As a result, the cluster dependency has been moved from Suggests to Imports.plot.tidyvpcobj
. For VPC with censoring()
, users can supply arguments censoring.type
(options are 'none'
, 'blq'
, 'alq'
, or 'both'
, defaults to ‘none’) and censoring.output
(options are 'grid'
or 'list'
, defaults to 'grid'
).#21
linewidth
instead of size
for lines#39.simulated.tidyvpcobj()
detects if the number of simulated rows is not an integer multiple of the number of observed rows and adds the new xsim
argument to test that x values match between replicated simulations. It will suggest that MDV filtering may not have occurred if either of these fails #35.predcorrect()
transformation #31.binning.tidyvpcobj()
either before or after usage of predcorrect.tidyvpcobj()
, and automatically performing LOESS pcVPC when binless.tidyvpcobj()
is used. As a result, the loess.ypc
argument is no longer required#43.binless.tidyvpcobj
function is now compatible with usage of censoring.tidyvpcobj
with ALQ data, in addition to BLQ data.#49
nlmixr2
was added #27
headtails
, maximum
, and box
binning methods #23
predcorrect()
may now occur either before or after call to binless(loess.ypc=TRUE)
plot()
function now include:
point.size
point.stroke
point.shape
point.alpha
ribbon.alpha
facet_wrap()
usage for one-side stratification formulaplot()
function to include plotting methods for categorical VPC