extract_coeff: Methods to extract coefficients and related information from...

Description Usage Arguments Value

View source: R/extract_coeff.R

Description

Methods to extract coefficients and related information from statistical models

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)

## Default S3 method:
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)

## S3 method for class 'fastLm'
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)

## S3 method for class 'light.glm'
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)

## S3 method for class 'oglmx'
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)

## S3 method for class 'light.zeroinfl'
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)

## S3 method for class 'fastzeroinfl'
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)

## S3 method for class 'mindist'
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)

## S3 method for class 'nnet'
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

object

Regression objects

...

Additional parameters

Value

Coefficients ready to be merged to produce a latex table


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