coefNA {jstable}R 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))

[Package jstable version 1.3.0 Index]