Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/table_of_multiple_comparaison.R
Generate a clean data frame.
1 | table_of_multiple_comparaison(my_list, varname = "Name to display")
|
my_list |
a list out of the function stats_for_soil_properties |
varname |
a character vector of length one holding the name of the variable that should be displayed in the table |
No details for now.
data.frame of coefficients for multiple comparaisons
Maxime Rivest
1 2 | stats <- stats_for_soil_properties(y = main_data$Whc)
table_of_multiple_comparaison(my_list = stats, varname = "Water holding capacity")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.