coefNA: coefNA: make coefficient table with NA

View source: R/glmshow.R

coefNAR Documentation

coefNA: make coefficient table with NA

Description

Make coefficient table with NA

Usage

coefNA(model)

Arguments

model

glm object (gaussian or binomial)

Details

DETAILS

Value

coefficient table with NA

Examples

coefNA(glm(mpg ~ wt + qsec, data = mtcars))

jstable documentation built on Nov. 26, 2023, 9:06 a.m.