ord_reg_pval: Ordinal regression p-value
Description
Returns the overall p-value of an ordinal regression on a categorical
predictor and response vectors.
Usage
ord_reg_pval(predictor, response)
Value
pval A p-value (class "numeric").
Arguments
- predictor
A categorical or numeric feature.
- response
A numeric feature.