Learn R Programming

BigTSP (version 1.0)

print.LDCA: print the LDCA object

Description

print the LDCA object

Usage

"print"(x, ...)

Arguments

x
the LDCA object
...
other arguments.

Examples

Run this code
library(glmnet)
x=matrix(rnorm(100*20),100,20)
y=rbinom(100,1,0.5)
fit=LDCA(x,y)
print(fit)

Run the code above in your browser using DataLab