summary.pseudocpf: Summary method for pseudocpf objects

Description Usage Arguments Value Author(s) See Also

View source: R/summary.pseudocpf.R

Description

Summary method for pseudocpf objects

Usage

1
2
## S3 method for class 'pseudocpf'
summary(object, conf.int = 0.95, scale = 1, ...)

Arguments

object

An object of class pseudocpf

conf.int

Level for the two-sided confidence intervals

scale

Vector of scale factors for the coefficients, defaults to 1. The confidence limits are for the risk change associated with one scale unit

...

Other arguments

Value

Returns an objet of class summary.pseudocpf that includes the following components:

call

The matched call

coefficients

A matrix with 5 columns including the regression coefficients, odds-ratios, standard-errors, wald statistics and corresponding two-sided p-values

conf.int

A matrix with 4 columns that consists of the odds-ratios, exp(-coef) and the lower and upper bounds of the confidence interval

Author(s)

Arthur Allignol, arthur.allignol@gmail.com

See Also

pseudocpf


Cprob documentation built on May 2, 2019, 9:31 a.m.