Learn R Programming

ExactPath (version 1.0)

print.path: Print a "path" Object

Description

print.path prints out the content of a "path" object generated by exact.path.

Usage

"print"(x, ...)

Arguments

x
an object of class path. See also exact.path.
...
not used.

See Also

exact.path.

Examples

Run this code
library(ncvreg)
data(prostate)
exact.path(as.matrix(prostate[,-9]), prostate$lpsa, verbose=TRUE)

library(ncvreg)
data(heart)
exact.path(as.matrix(heart[,-1]), heart$sbp)

library(lars)
data(diabetes)
exact.path(diabetes$x, diabetes$y, verbose=TRUE)

Run the code above in your browser using DataLab