Revision 10ef4410c16710d7caf8c0882b7efbac894d49ed authored by M. Helena Gonçalves on 22 September 2012, 00:00:00 UTC, committed by Gabor Csardi on 22 September 2012, 00:00:00 UTC
1 parent 3f407ee
Raw File
getLogLik_bild.R
setMethod("getLogLik",
    signature(object = "bild"),
    function (object) 
    {return(object@log.likelihood)})
back to top