View source: R/visulisations.R
prs_plot | R Documentation |
The function creates one plot for each fold in PRS. This plot will show the chosen method evaluated for each threshold. Lastly the function will plot the mean for each threshold. The function can be used to find which threshold of p-values best can describe the data.
prs_plot(PRS, data, method = "MSE")
PRS |
Output from PRS_cross. |
data |
List generated from gen_sim. |
method |
Indicates Which method each fold should be evaluated on. |
List containing two plots, one for each threshold and fold and one mean of all folds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.