We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4af780 commit 21a06f4Copy full SHA for 21a06f4
vignettes/it_works_for_any_univariate_distribution.Rmd
@@ -76,7 +76,7 @@ pdf_mbw <- function(x, a, b, beta, shape, scale)
76
77
# Checking the value of the integral
78
integrate(
79
- f = \(x) pdf_mbw(x, 1, 1, 1, 1, 1),
+ f = function(x) pdf_mbw(x, 1, 1, 1, 1, 1),
80
lower = 0,
81
upper = Inf
82
)
0 commit comments