tibble_lrm | R Documentation |
The EBV validation results are converted into a tibble
tibble_lrm(object, pn_digits = max(3L, getOption("digits") - 3L))
object |
validation result |
pn_digits |
number of digits to be used for rounding the results |
tibble with validation 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) tibble_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.