File: pmat.default.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 (4 lines) | stat: -rwxr-xr-x 167 bytes parent folder | download | duplicates (8)
1
2
3
4
`pmat.default` <-
function(object)
# error message for using incorrect object
{ stop("pmat() requires object of class 'ppar', obtained from person.parameter()") }