ProjectMOSAIC / mosaicCalc

Calculus in R
13 stars 4 forks source link

Integrate() doesn't work in webr #23

Open dtkaplan opened 3 weeks ago

dtkaplan commented 3 weeks ago
Integrate(x * dnorm(x, 6.3, 17.5) ~ x, domain(x = -Inf:Inf))

doesn't work in webr-r. The problem is with calculus::integrate()