powered by
Prints object of class starnet.
# S3 method for starnet print(x, ...)
starnet object
further arguments (not applicable)
Prints "stacked gaussian/binomial/poisson elastic net".
# NOT RUN { set.seed(1) n <- 50; p <- 100 y <- rnorm(n=n) X <- matrix(rnorm(n*p),nrow=n,ncol=p) object <- starnet(y=y,X=X) print(object) # }
Run the code above in your browser using DataLab