Revision 8cb2c8da847b4c6e53ee55172cf78036c95befd8 authored by M. Helena Gon\xe7alves on 06 June 2010, 00:00:00 UTC, committed by Gabor Csardi on 06 June 2010, 00:00:00 UTC
0 parent
Raw File
getLogLik_bild.R
setMethod("getLogLik",
    signature(object = "bild"),
    function (object) 
    {return(object@log.likelihood)})
back to top