get_sig: Get significant p values

get_sigR Documentation

Get significant p values

Description

This function returns rows with a significant p value defined by a cutoff

Usage

get_sig(df, cut = 0.05, p_names = "p", any = T)

Arguments

df

A tibble or a dataframe

cut

A number of the cutoff to define significance, default is 0.05

p_names

A character vector of column names of p values

any

logical, if T, returns row with any significant p; otherwise, return rows with all significant p s, default is T

Value

A tibble


JiyueQin/tidyreport documentation built on Nov. 24, 2024, 9:24 a.m.