summary.nplr: summaryzing 'nplr' Objects

Description Usage Arguments Details Note Source References See Also Examples

Description

A S3 method to visualize a model summary as a table.

Usage

1
2
  ## S3 method for class 'nplr'
summary(object, ...)

Arguments

object

: an object of class nplr

...

: other optional parameters (not used).

Details

None

Note

The data used in the examples are samples from the NCI-60 Growth Inhibition Data:
https://wiki.nci.nih.gov/display/NCIDTPdata/NCI-60+Growth+Inhibition+Data, except for multicell.tsv which are simulated data.

Source

None

References

None

See Also

plot.nplr

Examples

1
2
3
4
5
6
# Using the PC-3 data
require(nplr)
path <- system.file("extdata", "pc3.txt", package = "nplr")
pc3 <- read.delim(path)
model <- nplr(x = pc3$CONC, y = pc3$GIPROP)
summary(model)

fredcommo/nplr documentation built on May 16, 2019, 2:41 p.m.