R/coef.ppar.R

Defines functions `coef.ppar`

`coef.ppar` <-
function(object, extrapolated = TRUE, ...) {
   x <- object$theta.table[,1]
   if(!extrapolated) x[object$theta.table[,3]] <- NA
   names(x) <- rownames(object$theta.table)
   x
}

Try the eRm package in your browser

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

eRm documentation built on March 19, 2024, 3:06 a.m.