Nothing
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
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.