For each parameter in vars_of_interest, the posterior
probability that the parameter is positive (fraction of draws > 0).
Constructor for PosProbMetric.
Examples
pos_prob_metric()
#> <bayesim::PosProbMetric>
#> @ name : chr "pos_prob"
#> @ needs : chr(0)
#> @ required : logi FALSE
#> @ summary_type: chr "mean"
#> @ schema :List of 2
#> .. $ mean :List of 3
#> .. ..$ role : chr "estimate"
#> .. ..$ aggregation: chr "mean"
#> .. ..$ mcse : chr "sd"
#> .. $ by_param:List of 3
#> .. ..$ role : chr "estimate"
#> .. ..$ aggregation: chr "mean"
#> .. ..$ mcse : chr "sd"