rlm_beta_diff: Returns difference in the regression coefficients of y vs. x...

Description Usage Arguments Value

Description

Returns difference in the regression coefficients of y vs. x in two sample classes

Usage

1
rlm_beta_diff(x, y, x.class)

Arguments

x

matrix of values whose rows are to be regressed vs. y. Columns represent samples.

y

vector of numbers to regress against

x.class

vector of TRUE or FALSE values indicating group assignment of each sample in x.

Value

vector of difference of regression coefficients for each row in x. Sign convention: TRUE group - FALSE group.


agentlans/CorTools documentation built on May 8, 2019, 1:37 a.m.