as.matrix.pim.summary {pim} | R Documentation |
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 signature 'pim.summary'
as.matrix(x, ...)
## S4 method for signature 'pim'
as.matrix(x, ...)
Arguments
x |
a |
... |
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.
[Package pim version 2.0.2 Index]