modelCoefTable: Model Coefficient Table

Description Usage Arguments Details Value Creation notes

View source: R/glmHelpers.R

Description

modelCoefTable() creates a tibble of coefficients, standard errors, Wald's z, and an associated p-value.

Usage

1
modelCoefTable(model, overdispersed = FALSE)

Arguments

model

Model object. See Details.

oversdispersed

logical of whether to recalculate standard error using the overdispersion parameter chat.

Details

I know that this can work on glm, MASS::glm.nb, and pscl::zeroinfl models.

Value

Returns a tibble of coefficients, standard errors, Wald's z, and an associated p-value.

Creation notes

First created on 2019-Nov-14 in Homework_4.Rmd while working on homework for FNR647.


jacpete/jpfxns2 documentation built on May 10, 2020, 9:15 p.m.