tibble_lrm: Validation Results as Tibble

View source: R/output.R

tibble_lrmR Documentation

Validation Results as Tibble

Description

The EBV validation results are converted into a tibble

Usage

tibble_lrm(object, pn_digits = max(3L, getOption("digits") - 3L))

Arguments

object

validation result

pn_digits

number of digits to be used for rounding the results

Value

tibble with validation results

Examples

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))

fbzwsqualitasag/qzwslrm documentation built on Sept. 13, 2022, 3:28 p.m.