Learn R Programming

MSigSeg (version 0.2.0)

lambda: Generic Function-lambda.

Description

This function returns the lambda slot of MSigSeg object.

Usage

# S4 method for MSigSeg
lambda(object)

Value

The lambda slot of MSigSeg object.

Arguments

object

A MSigSeg object.

Details

This function is a S4 method for MSigSeg object. It retrieves lambda slot, which contains penalty coefficient to prevent over fitting.

Examples

Run this code
x=new("MSigSeg") # Creating a new MSigSeg object.
lambda(x)

Run the code above in your browser using DataLab