R/fitted.repolr.R

fitted.repolr <-
function (object, ...) {
  fit <- object$fitted.values
  names(fit) <- paste(object$id, 1:object$max.id, sep=".")
  fit
}

Try the repolr package in your browser

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

repolr documentation built on May 1, 2019, 9:20 p.m.