Performs the Bayesian Friedman Test

bayesianFriedman.test(
  dataset,
  s = 1,
  gamma = 0.05,
  ties = "average",
  n.samples = 10000,
  imprecise = FALSE
)

Arguments

dataset

Matrix observations with treatments by columns and observations by rows

s

Prior strength. Default 1

gamma

Posterior probability level. Default 0.05

ties

Method for ties. Default "average"

n.samples

Number of samples. Default 10000

imprecise

Imprecise method of calculation. Default FALSE

Value

List with the probabilites of each possible dominance configuration.