Description Usage Arguments Details Note Source References See Also Examples
A S3 method to visualize a model summary as a table.
1 2 |
object |
: an object of class |
... |
: other optional parameters (not used). |
None
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.
None
None
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.