compareBDMethod: Compare BDMethod objects

Description Usage Arguments Value Author(s) See Also Examples

View source: R/compareBenchDesigns.R

Description

Simple comparison of two BDMethod objects based on meta data.

Usage

1

Arguments

x

a BDMethod object

y

a BDMethod object

Value

logical value indicating whether the two objects produced the same meta data.

Author(s)

Patrick Kimes

See Also

compareBenchDesigns

Examples

1
2
3
4
bdm1 <- BDMethod(stats::rnorm, params = rlang::quos(n = 100))
bdm2 <- BDMethod(stats::rt, params = rlang::quos(n = 100, df = 1))

compareBDMethod(bdm1, bdm2)

SummarizedBenchmark documentation built on Nov. 8, 2020, 8:30 p.m.