plot.mean_comparisons_model_hedonic: Get ggplot to visualize output from...

Description Usage Arguments Details Value Author(s) See Also

View source: R/plot.mean_comparisons_model_hedonic.R

Description

plot.mean_comparisons_model_hedonic returns ggplot to visualize outputs from mean_comparisons.check_model_hedonic

Usage

1
2
3
## S3 method for class 'mean_comparisons_model_hedonic'
plot(x,
  nb_parameters_per_plot = 8, ...)

Arguments

x

Output from mean_comparisons.check_model_hedonic

nb_parameters_per_plot

number of parameter per plot to display

...

further arguments passed to or from other methods

Details

S3 method. See example in the book: https://priviere.github.io/PPBstats_book/hedonic.html#get-and-visualize-mean-comparisons-6

Value

A list with barplot. For each element of the list, there are as many graph as needed with nb_parameters_per_plot parameters per graph. Letters are displayed on each bar. Parameters that do not share the same letters are different regarding type I error (alpha) and alpha correction. The error I (alpha) and the alpha correction are displayed in the title.

Author(s)

Pierre Riviere

See Also

mean_comparisons.check_model_hedonic


priviere/PPBstats documentation built on May 6, 2021, 1:20 a.m.