You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vpc_plotprep <-
observed(d_mod_pk_aug, x = TIME, y = AVALN, lloq = ALLOQ) %>%
simulated(vpc_prep_aug, x = time, y = sim) %>%
stratify(~TRTP) %>%
predcorrect(pred = PRED) %>%
binless(loess.ypc = TRUE) %>%
vpcstats(qpred = c(0.1, 0.5, 0.9))
I get many of the following warnings. Are they concerning?
1: In .local(x, ...) : singularity problem
2: In rq.fit.sfn(x, y, tau = tau, rhs = rhs, control = control, ... :
tiny diagonals replaced with Inf when calling blkfct
When running a vpc that looks like this:
I get many of the following warnings. Are they concerning?
The warnings appear to come from this code:
tidyvpc/R/vpcstats.R
Lines 1621 to 1663 in af467fe
P.S. I'm having other issues, too. This could be related to something else in my work.
The text was updated successfully, but these errors were encountered: