Usage
eta_grid(
xpdb,
mapping = NULL,
etavar = NULL,
drop_fixed = TRUE,
title = "Eta correlations | @run",
subtitle = "Based on @nind individuals, Eta shrink: @etashk",
caption = "@dir",
tag = NULL,
pairs_opts,
.problem,
quiet,
...
)cov_grid(
xpdb,
mapping = NULL,
cols = NULL,
covtypes = c("cont", "cat"),
show_n = TRUE,
drop_fixed = TRUE,
title = "Covariate relationships | @run",
subtitle = "Based on @nind individuals",
caption = "@dir",
tag = NULL,
pairs_opts,
.problem,
quiet,
...
)
eta_vs_cov_grid(
xpdb,
mapping = NULL,
etavar = NULL,
cols = NULL,
covtypes = c("cont", "cat"),
show_n = TRUE,
drop_fixed = TRUE,
title = "Eta covariate correlations | @run",
subtitle = "Based on @nind individuals, Eta shrink: @etashk",
caption = "@dir",
tag = NULL,
etacov = TRUE,
pairs_opts,
.problem,
quiet,
...
)