Skip to contents

Make coefficient table with NA

Usage

coefNA(model)

Arguments

model

glm object (gaussian or binomial)

Value

coefficient table with NA

Details

DETAILS

Examples


coefNA(glm(mpg ~ wt + qsec, data = mtcars))
#>              Estimate Std. Error    t value     Pr(>|t|)
#> (Intercept) 19.746223  5.2520617   3.759709 7.650466e-04
#> wt          -5.047982  0.4839974 -10.429771 2.518948e-11
#> qsec         0.929198  0.2650173   3.506179 1.499883e-03