f_stat_group_ana_taglist: analyse group difference of dataset

Description Usage Arguments Value See Also Examples

Description

returns a full analysis as a taglist inluding all features with p_values, medians, means, percentages and counts, as well as plots passing the treshold values

Usage

1
2
f_stat_group_ana_taglist(data_ls, col_group, tresh_p_val = 0.05,
  thresh_diff_perc = 3)

Arguments

data_ls

data_ls object generated by f_clean_data(), or a named list list( data = <dataframe>, numericals = < vector with column names of numerical columns>)

col_group

character vector denoting grouping columns

tresh_p_val

p value threshold for plots, Default: 0.05

thresh_diff_perc

minimum percent difference threshold for plots, Default: 3

Value

taglist

See Also

ggplotly tagList,h1,h2

Examples

1
2
3
4
5
6
7
## Not run: 
 data_ls = f_clean_data(mtcars)
 taglist = f_stat_group_ana_taglist(data_ls, 'cyl')
 f_plot_obj_2_html(taglist, type = "taglist", output_file = 'test_me', title = 'Plots')
 file.remove('test_me.html')

## End(Not run)

erblast/oetteR documentation built on May 27, 2019, 12:11 p.m.