lm_column {demic} | R Documentation |
A convenient function for ordinary linear regression on two vectors
Description
A convenient function for ordinary linear regression on two vectors
Usage
lm_column(x, y)
Arguments
x |
first vector |
y |
second vector |
Value
the coefficient and p value of linear regression
[Package demic version 2.0.0 Index]