powered by
This function returns the lambda slot of MSigSeg object.
# S4 method for MSigSeg lambda(object)
The lambda slot of MSigSeg object.
A MSigSeg object.
This function is a S4 method for MSigSeg object. It retrieves lambda slot, which contains penalty coefficient to prevent over fitting.
x=new("MSigSeg") # Creating a new MSigSeg object. lambda(x)
Run the code above in your browser using DataLab