linear_model_pval: Linear model p-value (generic)
Description
Return p-value of F-test for a linear model of any two features
Usage
linear_model_pval(predictor, response)
Value
pval A p-value (class "numeric").
Arguments
- predictor
A categorical or numeric feature.
- response
A numeric feature.