extract_hyp_results: 'extract_hyp_results' is a function to extract key results...

View source: R/hyp_test_helpers_infer.R

extract_hyp_resultsR Documentation

extract_hyp_results is a function to extract key results from hypothesis testing using the infer package

Description

extract_hyp_results is a function to extract key results from hypothesis testing using the infer package

Usage

extract_hyp_results(df, remove = c("df"))

Details

Don't run for independence (this doesn't specify a statistic value) ... Unnests results Changes name of mu, med, p to "null_value" Displays formulas in text form

Examples

See 'donations_sparse.Rmd'
linked_tests_results <- extract_hyp_results(linked_tests_df) %>% # extract and label key results for reporting and plotting mutat
(data_label = linked_df_labels,
    data_type = linked_test_var_type)
    

rethinkpriorities/rp-r-package documentation built on Jan. 7, 2023, 10:11 p.m.