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

Description Usage Arguments Value

View source: R/as.matrix.pim.summary.R

Description

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

Usage

1
2
3
4
5
6
7
as.matrix(x, ...)

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

## S4 method for signature '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.


pim documentation built on May 2, 2019, 6:51 p.m.