File: variable.names.zlm.R

package info (click to toggle)
r-cran-bms 0.3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,176 kB
  • sloc: sh: 16; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
variable.names.zlm <-
function (object, ...) 
{
    if (!is(object, "zlm")) 
        stop("argument 'object' needs to be zlm object")
    return(names(object$coefficients))
}