getRestestglob: Gets the result of the test of Bradley's scores equality.

Description Usage Arguments Value Examples

Description

Gets the result of the test of Bradley's scores equality from the function EstimBradley().

Usage

1

Arguments

object

An object of class BradleyEstim

Value

list of five elements:

lvrH0 matrix of size (Tcla * number of criteria), giving the value of the log likelihood under the hypothesis of equality of Bradley's scores

lvrH1 matrix of size (Tcla * number of criteria), giving the value of the log likelihood under the hypothesis of non equality of Bradley's scores

lRatio matrix of size (Tcla * number of criteria), giving the value of the log likelihood Ratio statistic

Pvalue matrix of size (Tcla * number of criteria), giving the P value of the log likelihood Ratio test

H1 matrix of size (Tcla * number of criteria) giving the result of rejection of equality of Bradley's scores

Examples

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

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