table_of_multiple_comparaison: Present the results of a mixed effect models on the soil...

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/table_of_multiple_comparaison.R

Description

Generate a clean data frame.

Usage

1
table_of_multiple_comparaison(my_list, varname = "Name to display")

Arguments

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

Details

No details for now.

Value

data.frame of coefficients for multiple comparaisons

Author(s)

Maxime Rivest

See Also

agroPack.

Examples

1
2
stats <- stats_for_soil_properties(y = main_data$Whc)
table_of_multiple_comparaison(my_list = stats, varname = "Water holding capacity")

MaximeRivest/agroPack documentation built on May 3, 2019, 3:33 p.m.