print.LDCA: print the LDCA object

Description Usage Arguments Author(s) Examples

View source: R/LDCA.R

Description

print the LDCA object

Usage

1
2
## S3 method for class 'LDCA'
print(x, ...)

Arguments

x

the LDCA object

...

other arguments.

Author(s)

Xiaolin Yang, Han Liu

Examples

1
2
3
4
5
library(glmnet)
x=matrix(rnorm(100*20),100,20)
y=rbinom(100,1,0.5)
fit=LDCA(x,y)
print(fit)

BigTSP documentation built on May 2, 2019, 6:09 a.m.

Related to print.LDCA in BigTSP...