View source: R/probeInteraction.R
print.probeInteraction | R Documentation |
Print the effects from a probed interaction.
## S3 method for class 'probeInteraction'
print(x, ...)
x |
object of class |
... |
other parameters (none are used). |
print.probeInteraction
prints the effects table of a
probeInteraction
object.
Mathijs Deen
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.