summary.lcx: Summarizing LCx model fits

Description Usage Arguments Value

Description

Summary method for class "lcx".

Usage

1
2
3
4
5
6
## S3 method for class 'lcx'
summary(object, background = TRUE, rate = FALSE, ...)

## S3 method for class 'summary.lcx'
print(x, digits = max(3L, getOption("digits") - 3L),
  signif.stars = getOption("show.signif.stars"), ...)

Arguments

object

An object of class lcx, obtained as the result of a call to lcx.

background

If TRUE a summary table for the background survival is calculated.

rate

If TRUE a summary table for the rate parameters is calculated.

...

additional parameters are ignored.

x

An object of class summary.lcx, usually, a result of a call to summary.lcx.

digits

The number of significant digits to use when printing.

signif.stars

logical. If TRUE, 'significance stars' are printed for each coefficient.

Value

Returns an object of class summary.lcx, with components

coefficients

a table of coefficients.

lcx

a table of LCx for each treatment group.

bsurv

optionally, a table of background survival for each treatment group.

rate

optionally, a table of rates for each treatment group.


abilouhill/LC50 documentation built on May 10, 2019, 4:10 a.m.