Learn R Programming

nplr (version 0.1-8)

summary.nplr: summaryzing nplr Objects

Description

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

Usage

# S3 method for nplr
summary(object, ...)

Arguments

object

: an object of class nplr

...

: other optional parameters (not used).

Details

None

References

None

See Also

plot.nplr

Examples

Run this code
# 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