print.probeInteraction {MDMA} | R Documentation |
Print effects of probed interaction
Description
Print the effects from a probed interaction.
Usage
## S3 method for class 'probeInteraction'
print(x, ...)
Arguments
x |
object of class |
... |
other parameters (none are used). |
Value
print.probeInteraction
prints the effects table of a
probeInteraction
object.
Author(s)
Mathijs Deen
Examples
lm.1 <- lm(mpg ~ hp * wt, data = mtcars)
pI <- probeInteraction(lm.1, hp, wt, JN=TRUE, n.interval.moderator = 3,
quantile.moderator = c(0.1,0.9), values.moderator = 2)
print(pI)
[Package MDMA version 1.1.0 Index]