Learn R Programming

MCARtest (version 1.2.1)

RoundErrors: Round errors in halfspace representations

Description

Round errors in halfspace representations

Usage

RoundErrors(X, digits = 15)

Value

A rounded halfspace representation.

Arguments

X

A halfspace representation to be rounded.

digits

An integer giving the number of significant figures to be kept.

Examples

Run this code
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))



Run the code above in your browser using DataLab