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 April 12, 2025, 1:22 a.m.