Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
R added
##Title of this code require(stats) plot(cars) lines(lowess(cars)) plot(sin, -pi, 2*pi) # see ?plot.function ## Discrete Distribution Plot: plot(table(rpois(100, 5)), type = "h", col = "red", lwd = 10, main = "rpois(100, lambda = 5)") ## Simple quantiles/ECDF, see ecdf() {library(stats)} for a better one: plot(x <- sort(rnorm(47)), type = "s", main = "plot(x, type = \"s\")") points(x, cex = .5, col = "dark red")
run
|
edit
|
history
|
help
0
marian
Distribucion binominal matematica discreta r
Comparison between Normal and Laplace models for option pricing
Zerlina L Bi-variate Regression
EulerEx2
sinimona
Paired t-test_Unequal variances [Pipeline Networks]
Normal Distribution
3.4.0 / 3.5.2 / 3.5.1 / 3.6.1 / 3.6.5.#
Aula 16 agosto 2019