Description Usage Arguments Value
Generate samples from conditional distribution.
1 | condlSample(object, ...)
|
object |
a model object with a 'predict()' method |
... |
arguments to be passed to individual methods. These should always include : 'newdata' - to be passed to 'predict()' function ‘quantile' - either ’random' for stochastic sampling from conditional distribution or a numeric value on (0, 1) specifying the quantile to return |
Numeric vector containing conditional random sample (if ‘quantile = ’random'')
or conditional quantiles from condition distribution defined by 'object' and 'newdata'
seealso condlSample.lm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.