Learn R Programming

Cprob (version 1.2.2)

summary.pseudocpf: Summary method for pseudocpf objects

Description

Summary method for pseudocpf objects

Usage

## 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:
  • callThe matched call
  • coefficientsA matrix with 5 columns including the regression coefficients, odds-ratios, standard-errors, wald statistics and corresponding two-sided p-values
  • conf.intA matrix with 4 columns that consists of the odds-ratios, exp(-coef) and the lower and upper bounds of the confidence interval

See Also

pseudocpf