Learn R Programming

EBS (version 2.8)

getModel: Generic function

Description

Generic function

Usage

getModel(object)

Arguments

object
An object of class EBS

Value

  • An object of class string returning the model used for the analysis of the dataset.

Details

Returns the slot Model of an object of class EBS

References

Rigaill, Lebarbier & Robin: Exact posterior distributions over the segmentation space and model selection for multiple change-point detection problems Arxiv:1004.4347

See Also

Model

Examples

Run this code
x=new("EBS") # new EBS object
getModel(x) # retrieves the Model slot from x

Run the code above in your browser using DataLab