Skip to contents

A convenience wrapper that returns the p-value from t.test, or 1 on error.

Usage

get_p_t_test(...)

Arguments

...

arguments passed to stats::t.test

Value

numeric p-value (or 1 if the test fails)