sigma.mmdml {dmlalg} | R Documentation |
Extract Residual Standard Deviation 'Sigma' from mmdml Fits
Description
Extract the estimated standard deviation of the errors,
the “residual standard deviation”,
from a fitted mmdml
model.
Usage
## S3 method for class 'mmdml'
sigma(object, ...)
Arguments
object |
An object of class |
... |
Further arguments passed to or from other methods. |
Value
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.
See Also
Examples
## See example(mmdml) for examples
[Package dmlalg version 1.0.2 Index]