| summaryPDF | R Documentation | 
This function generates a PDF report that contains a plot of model performance across the alpha range, 
followed by plots showing detailed results for each value of alpha.
summaryPDF(x, dest_dir=getwd(), dest_dir_create=TRUE, dest_file="eNetSummary.pdf")
| x | 
 | 
| dest_dir | Destination directory. Default is the working directory. | 
| dest_dir_create | Creates destination directory if it does not exist already. Default is  | 
| dest_file | Name for output PDF file. | 
Julian Candia and John S. Tsang
 
Maintainer: Julian Candia julian.candia@nih.gov
eNetXplorer, plot
data(QuickStartEx)
fit = eNetXplorer(x=QuickStartEx$predictor,y=QuickStartEx$response, 
family="gaussian",n_run=20,n_perm_null=10,seed=111)
summaryPDF(x=fit,dest_dir=tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.