
Last chance! 50% off unlimited learning
Sale ends in
ashplot(x, ..., width = NULL, adjust = NULL, panel = panel.ashplot,
prepanel = prepanel.default.ashplot)prepanel.default.ashplot(x, darg, groups = NULL, subscripts = TRUE, ...)
panel.ashplot(x, darg = list(), plot.points = FALSE, ref = FALSE,
groups = NULL, jitter.amount = 0.01 * diff(current.panel.limits()$ylim),
type = "p", ..., identifier = "ash")
data
, a
data frame in which to find the variales used for the plot.width
. Primarily useful when width
is
not specified. Increasing adjust
makes the plot smoother.TRUE
, FALSE
, "jitter"
, or "rug"
plot.points="jitter"
, the value to use as the amount
argument to jitter
.type
argument,
if specified, from affecting the display of the ASH.ashplot( ~age | substance, groups = sex, data = HELPrct)
Run the code above in your browser using DataLab