getVarcov {CompR} | R Documentation |
Gets the Bradley'scores covariance matrices.
Description
Gets the Bradley'scores covariance matrices from the function EstimBradley()
.
Usage
getVarcov(object)
Arguments
object |
An object of class |
Value
list
of Tcla
elements containing Bradley'scores covariance matrices for the different criteria.
Examples
data(Cocktail)
ResCock<-EstimBradley(Cocktail,Constraint=0,Tcla=1,eps=1e-04,eps1=1e-04,TestPi=TRUE)
ResCock_Varcov<-getVarcov(ResCock)
[Package CompR version 1.0 Index]