Description Usage Arguments Details See Also Examples
View source: R/circGLMClassPlotFunctions.R
If the main predictors of interest for the circGLM are categorical, it can be insightful to plot the posteriors of the group means side-by-side, which this function does. This is particularly useful for ANOVA or ANCOVA type designs.
1 | plot_meanboxplot.circGLM(m, xlab = "Mean direction")
|
m |
A |
xlab |
The label of the x-axis. |
If there are linear predictors in the model as well, the posteriors displayed will correspond to the intercept parameter for each group.
Some caution is needed, as a regular linear boxplot is printed, which may not always be meaningful for a circular variable.
plot_trace.circGLM
,
plot_tracestack.circGLM
,
plot_predict.circGLM
,
plot_meancompare.circGLM
,
plot.circGLM
.
1 2 3 | dat <- generateCircGLMData(nconpred = 0)
m <- circGLM(th ~ ., dat)
plot_meancompare.circGLM(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.