Description Usage Arguments Value
The numerical integration step can
be unstable and we have tried to build in checks to guard against this. In particular, we
first try to integrate with upper limit = Inf, but if that fails move to 1e8,
which sometimes is able to provide a sane answer when upper limit = Inf fails.
The function keeps trying smaller and smaller values, but will not go smaller than 1e6.
In that case it returns a random number between 0 and object$randomUpper
.
1 2 |
object |
An object of class |
newdata |
A |
... |
Other arguments (unused) |
A vector of numeric predictions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.