ipred_vs_ipred | R Documentation |
For two models in an xpose_set
, these functions are useful in comparing individual
and population predictions
ipred_vs_ipred(
xpdb_s,
...,
.inorder = FALSE,
type = "pls",
title = "Individual prediction comparison | @run",
subtitle = "Ofv: @ofv, Eps shrink: @epsshk",
caption = "@dir",
tag = NULL,
log = NULL,
guide = TRUE,
facets,
.problem,
quiet
)
pred_vs_pred(
xpdb_s,
...,
.inorder = FALSE,
type = "pls",
title = "Population prediction comparison | @run",
subtitle = "Ofv: @ofv, Eps shrink: @epsshk",
caption = "@dir",
tag = NULL,
log = NULL,
guide = TRUE,
facets,
.problem,
quiet
)
xpdb_s |
< |
... |
See < |
.inorder |
See < |
type |
Passed to |
title |
Plot title |
subtitle |
Plot subtitle |
caption |
Plot caption |
tag |
Plot tag |
log |
Log scale covariate value? |
guide |
Add guide line? |
facets |
Additional facets |
.problem |
Problem number |
quiet |
Silence output |
The desired plot
pheno_set %>%
ipred_vs_ipred(run5,run15)
pheno_set %>%
pred_vs_pred(run5,run15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.