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 Aug. 21, 2025, 5:50 p.m.