plot.compare | R Documentation |
Plot to compare WpProj outputs
## S3 method for class 'compare'
plot(
models,
target = NULL,
X = NULL,
theta = NULL,
method = c("w2", "mse"),
quantity = c("posterior", "mean"),
parallel = FALSE,
transform = function(x) { return(x) }
)
models |
WpProj models |
target |
target predicctions |
X |
covariates |
theta |
coefficients |
method |
w2 or mse? |
quantity |
posterior (parameters) or mean |
parallel |
foreach backend |
transform |
transform to use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.