From d7b21a96a94b6560aabeccd6da65f7d78dab2f9f Mon Sep 17 00:00:00 2001 From: Samuel Callisto Date: Fri, 4 Jan 2019 11:34:54 -0600 Subject: [PATCH] fixed typo in vpc_opt Defaults for pi & ci were incorrectly defined as 0.5 & 0.95, when they are actually 0.25 & 0.975. Changed text to reflect the true default values. --- man/vpc_opt.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/vpc_opt.Rd b/man/vpc_opt.Rd index 6bb92782..0a4efe48 100644 --- a/man/vpc_opt.Rd +++ b/man/vpc_opt.Rd @@ -24,9 +24,9 @@ timepoints (default) or 'middle' to use the average of the bin boundaries.} \item{pred_corr_lower_bnd}{Option reserved to continuous VPC. Lower bound for the prediction-correction.} -\item{pi}{Option reserved to continuous VPC. Simulated prediction interval to plot. Default is c(0.05, 0.95).} +\item{pi}{Option reserved to continuous VPC. Simulated prediction interval to plot. Default is c(0.025, 0.975).} -\item{ci}{Confidence interval around the percentiles to plot. Default is c(0.05, 0.95)} +\item{ci}{Confidence interval around the percentiles to plot. Default is c(0.025, 0.975)} \item{lloq}{Number or NULL indicating lower limit of quantification. Default is NULL.}