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 June 22, 2024, 9:17 a.m.