makeMaster {distcomp} | R Documentation |
Make a master object given a definition
Description
The function makeMaster
returns a master object
corresponding to the definition. The types of master objects
that can be created depend upon the available computations
Usage
makeMaster(defn, partyNumber = NULL, debug = FALSE)
Arguments
defn |
the computation definition |
partyNumber |
the number of the noncooperating party, which can be optionally set if HE is desired |
debug |
a debug flag |
Value
a master object of the appropriate class based on the definition
See Also
[Package distcomp version 1.3-3 Index]