plot.compare: Plot to compare WpProj outputs

Description Usage Arguments

View source: R/plot.compare.R

Description

Plot to compare WpProj outputs

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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) }
)

Arguments

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


ericdunipace/CoarsePosteriorSummary documentation built on April 3, 2021, 8:49 p.m.