C_piBTL(Matpair, Constraint=0, eps1=1e-04, Pi=NULL, TestPi=FALSE, Zht=NULL)DataPairComp
Constraint=0, the sum of Bradley's scores should be equal to 1. For other values for Constraint, the product of Bradley's scores should be equal to 1. (default is Constraint=0)
eps1=1e-04)
Pi=NULL the initialisation is based on a mean score for each
item obtained from the data Matpair. Else,initial values for Bradley's scores are Pi given by the
user.(default is Pi=NULL)
TestPi=FALSE)
Zht has not to be provided for
external use of this function. It is used in the main function EstimBradley (default Zht=NULL)
data(Cocktail_Cum)
res<-C_piBTL(Cocktail_Cum,Constraint=0,eps1=1e-04,Pi=NULL,TestPi=TRUE)
res
Run the code above in your browser using DataLab