- formula
Symbolic formula of the model to be tested or a lm object
- pred
A character indicating the variable name of the predictor
which serves as the outcome in the alternative model.
- mod
A character indicating the variable name of the moderator.
- data
A required data frame containing the variables in the model.
- modval
Characters or a numeric sequence specifying the moderator
values used in post-hoc probing. Possible characters
include c("mean", "median", "JN"). modval = "mean"
tests the interaction effect at the moderator values
M - 1SD, M, and M + 1SD;
modval = "median" uses Q1, Md,
and Q3. The Johnson-Neyman approach is applied
when modval = "JN" with conditional effects being
evaluated at the boundary values of the significance
regions. When a numeric sequence is specified, the
pick-a-point approach is used for the selected numeric values.
- B
Number of bootstrap samples.
- boot.type
A character indicating the type of bootstrap confidence intervals. Must be one of the two values c("perc", "bca"). boot.type = "bca" is the default.
- conf.level
Confidence level for bootstrap confidence intervals.
- x
An object of class cdda.vardist when using print or plot.
- ...
Additional arguments to be passed to the function.
- stat
A character indicating the statistic to be plotted, default is
"rhs", with options c("coskew", "cokurt", "rhs", "rcc", "rtanh").
- ylim
A numeric vector of length 2 indicating the y-axis limits. If NULL, the function will set the limits automatically.
- object
An object of class cdda.vardist when using summary.
- skew
A logical value indicating whether skewness differences and separate D'Agostino skewness tests should be returned when using summary, default is TRUE.
- coskew
A logical value indicating whether co-skewness differences should be returned when using summary, default is FALSE.
- kurt
A logical value indicating whether excess kurtosis differences and Anscombe-Glynn kurtosis tests should be returned when using summary, default is TRUE.
- cokurt
A logical value indicating whether co-kurtosis differences should be returned when using summary, default is FALSE.