Description Usage Arguments Value Examples
Gets the result of the test of Bradley's scores equality from the function EstimBradley()
.
1 | getRestestglob(object)
|
object |
An object of class |
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
1 2 3 | data(Cocktail)
ResCock<-EstimBradley(Cocktail,Constraint=0,Tcla=1,eps=1e-04,eps1=1e-04,TestPi=TRUE)
ResCock_Restestglob<-getRestestglob(ResCock)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.