covariancePostLinearRegression: Function to perform linear regression using private release...

Description Usage Arguments Value

View source: R/utilities-covariance.R

Description

Function to perform linear regression using private release of covariance matrix

Usage

1
covariancePostLinearRegression(release, n, intercept, formula)

Arguments

release

Differentially private release of elements in lower triangle of covariance matrix.

n

A numeric vector of length one specifying the number of observations in the data frame.

intercept

Logical indicating whether the intercept is included in release.

formula

A list of the regression equations to be performed on the covariance matrix.

Value

Linear regression coefficients and standard errors for all specified formula.


privacytoolsproject/PSI-Library documentation built on Feb. 17, 2020, 2:03 p.m.