View source: R/privreg_local.R
privreg_local | R Documentation |
Perform privreg locally with two vertically partitioned datasets
privreg_local(y, Xa, Xb, family = gaussian(), se = TRUE, tol = 1e-12,
maxit = 10000, debug = TRUE)
y |
outcome variable |
Xa |
alice model matrix |
Xb |
bob model matrix |
family |
response family (use family object!) |
se |
whether to compute the standard error |
tol |
tolerance |
maxit |
maximum iterations |
debug |
print debug information |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.