[npde_time]
[npde_tad]
[npde_tafd]
[npde_pred]
[npde_cont]
[npde_cat]
[npde_q]
[npde_hist]
npde_time(df)
npde_tad(df)
npde_tafd(df)
npde_pred(df)
npde_cont(df, "WT")
These plots can take in a vector of continuous column names and return a list of plots which can be arranged.
covariates <- c("WT", "AGE", "ALB") npde_cont(df, covariates) %>% pm_grid()
npde_cat(df, "STUDYc")
npde_q(df)
npde_hist(df)