getRestestprod: Gets the result of the Bradley's scores multiple comparison...

Description Usage Arguments Value Examples

Description

Gets the result of the Bradley's scores multiple comparison tests from the
function EstimBradley().

Usage

1

Arguments

object

An object of class BradleyEstim

Value

list of Tcla elements of type matrix of size (number of paired comparison * 7), each column corresponding to:

class identification,

criterion identification,

product identification i,

product identification j,

value for the statistic corresponding to H0: equality of the Bradley's scores of products i and j,

P value of this test,

Rejection or acceptation of H0 for a level of 5%.

Examples

1
2
3
data(Cocktail)
ResCock<-EstimBradley(Cocktail,Constraint=0,Tcla=1,eps=1e-04,eps1=1e-04,TestPi=TRUE)
ResCock_Restestprod<-getRestestprod(ResCock)

CompR documentation built on May 1, 2019, 10:56 p.m.