Description Usage Arguments Value See Also Examples
View source: R/mmdml-methods.R
Extract the estimated standard deviation of the errors,
the “residual standard deviation”,
from a fitted mmdml
model.
1 2 |
object |
An object of class |
... |
Further arguments passed to or from other methods. |
A number representing the estimated standard deviation.
First, for each of the S
repetitions, the standard deviations computed
on the K
sample splits are aggregated by taking the mean.
Second, the S
mean-aggregated estimates are aggregated by
the median. This final value is returned.
1 | ## See example(mmdml) for examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.