The R Project SVN R

Rev

Rev 35600 | Rev 41355 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35600 Rev 36139
Line 8... Line 8...
8
  conditional distribution of a categorical variable \code{y} changes over a
8
  conditional distribution of a categorical variable \code{y} changes over a
9
  numerical variable \code{x}.
9
  numerical variable \code{x}.
10
}
10
}
11
\usage{
11
\usage{
12
cdplot(x, \dots)
12
cdplot(x, \dots)
-
 
13
 
13
\method{cdplot}{default}(x, y,
14
\method{cdplot}{default}(x, y,
14
  plot = TRUE, tol.ylab = 0.05,
15
  plot = TRUE, tol.ylab = 0.05,
15
  bw = "nrd0", n = 512, from = NULL, to = NULL,
16
  bw = "nrd0", n = 512, from = NULL, to = NULL,
16
  col = NULL, border = 1, main = "", xlab = NULL, ylab = NULL,
17
  col = NULL, border = 1, main = "", xlab = NULL, ylab = NULL,
17
  yaxlabels = NULL, xlim = NULL, ylim = c(0, 1), \dots)
18
  yaxlabels = NULL, xlim = NULL, ylim = c(0, 1), \dots)
-
 
19
 
18
\method{cdplot}{formula}(formula, data = list(),
20
\method{cdplot}{formula}(formula, data = list(),
19
  plot = TRUE, tol.ylab = 0.05,
21
  plot = TRUE, tol.ylab = 0.05,
20
  bw = "nrd0", n = 512, from = NULL, to = NULL,
22
  bw = "nrd0", n = 512, from = NULL, to = NULL,
21
  col = NULL, border = 1, main = "", xlab = NULL, ylab = NULL,
23
  col = NULL, border = 1, main = "", xlab = NULL, ylab = NULL,
22
  yaxlabels = NULL, xlim = NULL, ylim = c(0, 1), \dots,
24
  yaxlabels = NULL, xlim = NULL, ylim = c(0, 1), \dots,