View source: R/as.matrix.pim.summary.R
as.matrix.pim.summary | R Documentation |
This function converts a summary object to a matrix so values can be extracted from it.
as.matrix(x, ...)
## S4 method for signature 'pim.summary'
as.matrix(x, ...)
## S4 method for signature 'pim'
as.matrix(x, ...)
x |
a |
... |
additional arguments to be passed to or from methods. This one is ignored. |
a matrix with the estimate, standard error, Z value and probability for every coefficient.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.