modeltree | R Documentation |
Plots a flow chart with model comparisons from a RSA object
modeltree(x, digits = 3, sig = 0.05, borderline = 0.1, ...)
x |
A cRSA object (= output from the |
digits |
The number of digits to which numbers are rounded |
sig |
Threshold for models to be marked as "not significant" |
borderline |
Threshold for models to be marked as "borderline significant" (used for color of arrows) |
... |
Additional parameters (not used yet) |
The plot can be either requested within the compare
function:
compare(r1, plot=TRUE)
Or it can be plotted from a cRSA object (= output from the compare
function):
c1 <- compare(r1)
plot(c1)
RSA
, compare
## Not run: data(motcon) r.m <- RSA(postVA~ePow*iPow, motcon) c1 <- compare(r.m) modeltree(c1) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.