getRestestprod {CompR} | R Documentation |
Gets the result of the Bradley's scores multiple comparison tests.
Description
Gets the result of the Bradley's scores multiple comparison tests from the
function EstimBradley()
.
Usage
getRestestprod(object)
Arguments
object |
An object of class |
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
data(Cocktail)
ResCock<-EstimBradley(Cocktail,Constraint=0,Tcla=1,eps=1e-04,eps1=1e-04,TestPi=TRUE)
ResCock_Restestprod<-getRestestprod(ResCock)
[Package CompR version 1.0 Index]