Learn R Programming

jstable (version 1.3.8)

coefNA: coefNA: make coefficient table with NA

Description

Make coefficient table with NA

Usage

coefNA(model)

Value

coefficient table with NA

Arguments

model

glm object (gaussian or binomial)

Details

DETAILS

Examples

Run this code

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

Run the code above in your browser using DataLab