privreg_local: Local vertically partitioned data regression

View source: R/privreg_local.R

privreg_localR Documentation

Local vertically partitioned data regression

Description

Perform privreg locally with two vertically partitioned datasets

Usage

privreg_local(y, Xa, Xb, family = gaussian(), se = TRUE, tol = 1e-12,
  maxit = 10000, debug = TRUE)

Arguments

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


vankesteren/privreg documentation built on March 4, 2024, 10:47 a.m.