Prints object of class starnet.

# S3 method for class 'starnet'
print(x, ...)

Arguments

x

starnet object

...

further arguments (not applicable)

Value

Prints "stacked gaussian/binomial/poisson elastic net".

Examples

#> stacked "gaussian" elastic net 
# \donttest{
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)# }
#> stacked "gaussian" elastic net