Plot orchard-plot style model means
Source:R/plot_model_means_orchard.R
plot_model_means_orchard.Rd
Plot the means of a model with a predictor variable
Arguments
- dat
A tibble with the data to plot
- variable
A character string of the predictor variable to plot
- predictor_means
A tibble with the means of the model
- new_order
A character vector of the new order of the
variable
- title
A character string of the plot title
See also
Other Plotting functions:
get_forest_plot_data()
,
plot_cont_rating_effects()
,
plot_effects_diversity()
,
plot_forest()
,
plot_model_means_box_cox_cat()