listcoeff: A small method to extract coefficient names from econometric...

Description Usage Arguments Value

View source: R/listcoeff.R

Description

A small method to extract coefficient names from econometric models

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
listcoeff(object, ...)

## S3 method for class 'light.zeroinfl'
listcoeff(object, ...)

## S3 method for class 'mindist'
listcoeff(object, ...)

## S3 method for class 'zeroinfl'
listcoeff(object, ...)

## S3 method for class 'light.glm'
listcoeff(object, ...)

## Default S3 method:
listcoeff(object, ...)

## S3 method for class 'nnet'
listcoeff(object, ...)

## S3 method for class 'light.lm'
listcoeff(object, ...)

Arguments

object

An object

...

Additional arguments

Value

A character vector with names that can be passed to latex


linogaliana/tablelight documentation built on Jan. 29, 2021, 10:30 a.m.