Learn R Programming

pim (version 2.0.2)

as.matrix.pim.summary: Convert a pim.summary object to a matrix

Description

This function converts a summary object to a matrix so values can be extracted from it.

Usage

as.matrix(x, ...)

# S4 method for pim.summary as.matrix(x, ...)

# S4 method for pim as.matrix(x, ...)

Arguments

x

a pim.summary object

...

additional arguments to be passed to or from methods. This one is ignored.

Value

a matrix with the estimate, standard error, Z value and probability for every coefficient.