File: logLik.segmented.lme.r

package info (click to toggle)
r-cran-segmented 2.1-4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,484 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (2)
1
2
3
4
5
logLik.segmented.lme<-function(object, ...){
  a<-logLik(object$lme.fit.noG)
  attr(a, "df") <-attr(logLik(object$lme.fit), "df")
  a
}