Skip to content

Commit

Permalink
Get lloq/uloq from model
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 6, 2022
1 parent 425489e commit 2c89495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/vpcPlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ vpcPlot <- function(fit, data = NULL, n = 300, bins = "jenks",
n_bins = "auto", bin_mid = "mean",
show = NULL, stratify = NULL, pred_corr = FALSE,
pred_corr_lower_bnd = 0, pi = c(0.05, 0.95), ci = c(0.05, 0.95),
uloq = NULL, lloq = NULL, log_y = FALSE, log_y_min = 0.001,
uloq = fit$dataUloq, lloq = fit$dataLloq, log_y = FALSE, log_y_min = 0.001,
xlab = NULL, ylab = NULL, title = NULL, smooth = TRUE, vpc_theme = NULL,
facet = "wrap", scales = "fixed", labeller = NULL, vpcdb = FALSE,
verbose = FALSE, ..., seed=1009,
Expand Down

0 comments on commit 2c89495

Please sign in to comment.