View source: R/hyp_test_helpers_infer.R
extract_hyp_results | R Documentation |
extract_hyp_results
is a function to extract key results from hypothesis testing using the infer packageextract_hyp_results
is a function to extract key results from hypothesis testing using the infer package
extract_hyp_results(df, remove = c("df"))
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
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.