File: coef.ppar.R

package info (click to toggle)
r-cran-erm 1.0-6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,952 kB
  • sloc: f90: 401; ansic: 103; makefile: 8
file content (7 lines) | stat: -rwxr-xr-x 202 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
`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
}