SMLE (version 0.3.1)

print.smle: Print a SMLE object from SMLE

Description

This functions prints a summary of a SMLE object. In particular, it shows the features retained after SMLE-screening and the related convergence information.

Usage

# S3 method for smle
print(x, ...)

Arguments

x

Fitted "smle" object.

...

Other parameter for print.

Value

No return value, called for side effects.

Examples

Run this code
# NOT RUN {
Data<-Gen_Data(correlation="MA",family = "gaussian")
fit<-SMLE(Data$Y,Data$X,k=20,family = "gaussian")
print(fit)
# }

Run the code above in your browser using DataCamp Workspace