powered by
nplr
A S3 method to visualize a model summary as a table.
# S3 method for nplr summary(object, ...)
: an object of class nplr
: other optional parameters (not used).
None
plot.nplr
# 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)
Run the code above in your browser using DataLab