summary_lrm | R Documentation |
The list with the validation results is printed in a summary format.
summary_lrm(object, pn_digits = max(3L, getOption("digits") - 3L))
object |
validation result |
pn_digits |
number of digits to be used for rounding the results |
tbl_ebv_whole <- readr_ebv(ps_path = qzwslrm_example_solani("whole"), ps_format = "table", pn_ebv_col_idx = 4) tbl_ebv_partial <- readr_ebv(ps_path = qzwslrm_example_solani("partial"), ps_format = "table", pn_ebv_col_idx = 4) summary_lrm(l_val_result <- val_ebv_lrm(pvec_ebv_partial = tbl_ebv_partial$ebv, pvec_ebv_whole = tbl_ebv_whole$ebv))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.