# \donttest{
pheno_set %>%
dv_vs_ipred_modavg(run8,run9,run10, auto_backfill = TRUE)
pheno_set %>%
dv_vs_pred_modavg(run8,run9,run10, auto_backfill = TRUE)
pheno_set %>%
ipred_vs_idv_modavg(run8,run9,run10, auto_backfill = TRUE)
pheno_set %>%
pred_vs_idv_modavg(run8,run9,run10, auto_backfill = TRUE)
# Model averaged ETA covariates
pheno_set %>%
plotfun_modavg(run8,run9,run10, auto_backfill = TRUE,
avg_by_type = "eta",.fun = eta_vs_catcov,
# Note quoting
.funargs = list(etavar=quote(ETA1)))
# }
Run the code above in your browser using DataLab