secoeff: Extract summary table for coefficients estimates

Description Usage Arguments Value

View source: R/se_coeff.R

Description

Extract summary table for coefficients estimates

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
26
27
28
29
30
31
32
33
34
secoeff(object, ...)

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

## S3 method for class 'fastzeroinfl'
secoeff(object, ...)

## S3 method for class 'oglmx'
secoeff(object, ...)

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

## S3 method for class 'negbin'
secoeff(object, ...)

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

## S3 method for class 'summary.lm'
secoeff(object, ...)

## S3 method for class 'summary.glm'
secoeff(object, ...)

## S3 method for class 'summary.oglmx'
secoeff(object, ...)

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

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

Arguments

object

A regression object

...

Additional parameters

Value

Returns coefficient values, standard errors, t-stat (or z-stat) and pvalues in a dataframe. Exception for nnet::multinom models (list)


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