Learn R Programming

dmlalg (version 1.0.2)

sigma.mmdml: Extract Residual Standard Deviation 'Sigma' from mmdml Fits

Description

Extract the estimated standard deviation of the errors, the <U+201C>residual standard deviation<U+201D>, from a fitted mmdml model.

Usage

# S3 method for mmdml
sigma(object, ...)

Arguments

object

An object of class mmdml. This object usually results from a function call to mmdml.

...

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

mmdml

Examples

Run this code
# NOT RUN {
## See example(mmdml) for examples
# }

Run the code above in your browser using DataLab