File: fixef.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 (6 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
fixef.segmented.lme<-fixed.effects.segmented.lme<-function(object,...) {
  b.all<-object$lme.fit$coefficients$fixed
  b.noG<-object$lme.fit.noG$coefficients$fixed
  b.all[names(b.noG)]<- b.noG
  b.all
}