effect_plot: Title

Description Usage Arguments

Description

Title

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
effect_plot(
  model,
  pred,
  pred.values = NULL,
  centered = "all",
  plot.points = FALSE,
  interval = FALSE,
  data = NULL,
  at = NULL,
  int.type = c("confidence", "prediction"),
  int.width = 0.95,
  outcome.scale = "response",
  robust = FALSE,
  cluster = NULL,
  vcov = NULL,
  set.offset = 1,
  x.label = NULL,
  y.label = NULL,
  pred.labels = NULL,
  main.title = NULL,
  colors = "black",
  line.thickness = 1.1,
  point.size = 1.5,
  point.alpha = 0.6,
  point.color = "black",
  point.color.var = NULL,
  jitter = 0,
  rug = FALSE,
  rug.sides = "lb",
  force.cat = FALSE,
  cat.geom = c("point", "line", "bar"),
  cat.interval.geom = c("errorbar", "linerange"),
  cat.pred.point.size = 3.5,
  partial.residuals = FALSE,
  color.class = colors,
  ...
)

Arguments

model
pred
pred.values
centered
plot.points
interval
data
at
int.type
int.width
outcome.scale
robust
cluster
vcov
set.offset
x.label
y.label
pred.labels
main.title
colors
line.thickness
point.size
point.alpha
point.color
jitter
rug
rug.sides
force.cat
cat.geom
cat.interval.geom
cat.pred.point.size
partial.residuals
color.class
...

pbs-assess/gfranges documentation built on Dec. 13, 2021, 4:50 p.m.