lambda {MSigSeg} | R Documentation |
Generic Function-lambda.
Description
This function returns the lambda slot of MSigSeg object.
Usage
## S4 method for signature 'MSigSeg'
lambda(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.
Value
The lambda slot of MSigSeg object.
Examples
x=new("MSigSeg") # Creating a new MSigSeg object.
lambda(x)
[Package MSigSeg version 0.2.0 Index]