powered by
Kumulative Verteilung von x aufzeichnen, auf Wunsch auch Median und Quartile.
x
This is just an old German language version of plot.ecdf() used for teaching at ETHZ.
plot.ecdf()
cum.Vert.funkt(x, Quartile = TRUE, titel = TRUE, Datum = TRUE, rang.axis = n
numeric vector whose empirical distribution should be plotted.
logical indicating if all 3 non-trivial quartiles should be drawn.
logical indicating if a German title should be drawn.
logical indicating if p.datum should be added.
p.datum
logical indicating if all the ranks should be marked at the y-axis. Defaults to true if there are not more than 20 observations.
x-axis label and main title; default to empty.
optional further arguments, passed to plotStep.
plotStep
the return value of plotStep() which is called internally, invisibly.
plotStep()
plotStep on which it is based; but you should really consider using plot.ecdf() from the stats package instead of this.
# NOT RUN { cum.Vert.funkt(runif(12)) cum.Vert.funkt(runif(20)) Z <- rnorm(50) cum.Vert.funkt(Z) # }
Run the code above in your browser using DataLab