probeInteraction returns a data frame containing values of the moderator
in a linear model, the effect of the antecedent at that value of the moderator,
standard errors, t values, p values and a confidence interval.
Arguments
object
object of class lm.
antecedent
antecedent (or x) variable in object.
moderator
moderator variable in object.
alpha
desired alpha level for Johnson-Neyman procedure.
JN
indicate whether Johnson-Neyman procedure should be carried out.
n.interval.moderator
number of intervals in the moderator variable to probe.
quantile.moderator
quantile values in the moderator variable to probe.
values.moderator
raw values in the moderator variable to probe.
Author
Mathijs Deen
Details
the arguments n.interval.moderator, quantile.moderator and values.moderator
can be combined. All unique values from these methods combined, together with the values from the
Johnson-Neyman procedure (if specified) will be part of the probing procedure.