Learn R Programming

usl (version 3.0.3)

sigma,USL-method: Extract Residual Standard Deviation 'Sigma'

Description

sigma Extract Residual Standard Deviation 'Sigma'

Usage

# S4 method for USL
sigma(object, ...)

Value

A single number.

Arguments

object

An object from class USL.

...

Other arguments passed to other methods.

See Also

usl, USL-class

Examples

Run this code
require(usl)

data(raytracer)

## Print result from USL model for demo dataset
print(sigma(usl(throughput ~ processors, raytracer)))

Run the code above in your browser using DataLab