R/fixef.segmented.lme.r

Defines functions fixed.effects.segmented.lme

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
}

Try the segmented package in your browser

Any scripts or data that you put into this service are public.

segmented documentation built on Nov. 28, 2023, 1:07 a.m.