Learn R Programming

jstable (version 0.9.2)

coefNA: coefNA: make coefficient table with NA

Description

Make coefficient table with NA

Usage

coefNA(model)

Arguments

model

glm object (gaussian or binomial)

Value

coefficient table with NA

Details

DETAILS

Examples

Run this code
# NOT RUN {
 coefNA(glm(mpg ~ wt + qsec, data = mtcars))
# }

Run the code above in your browser using DataLab