Computes regression such that one variable is regressed over all other variables
Usage
reg(data, family = c("binomial", "gaussian", "Gamma", "poisson"),
symmetric = TRUE)
Arguments
data
A dataset
family
Error distribution to be used in the regression model.
Defaults to "logistic".
Set to any family used in function family
symmetric
Should matrix be symmetric?
Defaults to TRUE, taking the mean of the two edge weights
(i.e., [i,j] and [j,i])
Set to FALSE for asymmwtric weights
(i.e., [i,j] does not equal [j,i])
Value
A matrix of fully regressed coefficients where
one variable is regressed over all others