RoundErrors {MCARtest} | R Documentation |
Round errors in halfspace representations
Description
Round errors in halfspace representations
Usage
RoundErrors(X, digits = 15)
Arguments
X |
A halfspace representation to be rounded. |
digits |
An integer giving the number of significant figures to be kept. |
Value
A rounded halfspace representation.
Examples
bS=matrix(c(1,1,1,0, 1,0,0,1, 0,1,0,1, 0,0,1,1),byrow=TRUE,ncol=4)
RoundErrors("9007199254740992/6004799503160661") #Occurs in ConsMinkSumHrep(bS,c(2,2,2,2))
[Package MCARtest version 1.2.1 Index]