ord_reg_pval {metasnf}R Documentation

Ordinal regression p-value

Description

Returns the overall p-value of an ordinal regression on a categorical predictor and response vetors. If the ordinal response

Usage

ord_reg_pval(predictor, response)

Arguments

predictor

A categorical or numeric feature.

response

A numeric feature.

Value

pval A p-value (class "numeric").


[Package metasnf version 1.1.2 Index]