as.data.frame.wald: Transform output of a Wald test into a data frame

Description Usage Arguments Value Examples

Description

The generic method is included in the possibly false hope that it will ensure that the method in this package is used.

Usage

1
2
3
## S3 method for class 'wald'
as.data.frame(obj, se = 2, digits = 3, sep = "",
  which = 1)

Arguments

obj

a 'wald' object

se

a vector with the multiples of standard error used to generate lower and upper limits. 'names(se)' is appended to 'L' and 'U' to label the variables.

which

selects elements of 'obj' to turn to a data.frame.

Value

A data frame with estimated coefficient, standard error, and, optionally, upper and lower limits and the variables included the 'data' element of 'obj' if present. If length(which) > 1, the returned object is a list of data frames.

Examples

1
# coming soon!

gmonette/spidanew documentation built on May 17, 2019, 7:27 a.m.