powered by
This functions prints a summary of a data set generated by Gen_data.
In particular, it prints the indices of relevant features, true model coefficients, and the correlation structure.
# S3 method for sdata print(x, ...)
"sdata" object from Gen_Data function .
"sdata"
Other parameter for print function.
No return value, called for side effects.
# NOT RUN { Data<-Gen_Data(family ="binomial",correlation = "ID") cor(Data$X[,1:10]) print(Data) # }
Run the code above in your browser using DataLab