Description Usage Arguments Value Examples
View source: R/responsefunctions.R
An implementation of the CDF for the Dagum distribution.
1 | tf_dagum(x, a = 1, b = 1, p = 1)
|
x |
value to transform |
a |
the scale parameter |
b |
the first shape parameter |
p |
the second shape parameter |
x transformed
1 2 3 | library(ggplot2)
ggplot(data.frame(x = c(0, 4)), aes(x)) +
stat_function(fun = function(x) tf_dagum(x, 1, 2, 2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.