Residuals from arbitrary data with a synthetic addition
RegSDCaddGen(
y,
yStart,
x = NULL,
epsAlpha = 1e-07,
AlphaHandler = warning,
alphaAttr = TRUE,
makeunique = TRUE,
ensureIntercept = TRUE
)
Matrix of confidential variables
Arbitrary data whose residuals will be used
Matrix of non-confidential variables
Precision constant for alpha calculation
Function (warning or stop) to be used when alpha<1
When TRUE alpha is attribute in output
Parameter to be used in GenQR
Whether to ensure/include a constant term. Non-NULL x is subjected to EnsureIntercept
Generated version of y
Use epsAlpha=NULL to avoid calculation of alpha. Use of alpha (<1) will produce a warning. Input matrices are subjected to EnsureMatrix
.