R6 interface class representing modelling result
R6 interface class representing modelling result
Methods
Method coef_pairs()
coefficient estimates in wide format, one column per coefficient, for a pairs plot
Method anova_histogram()
histogram of ANOVA p-values or FDR
Usage
ModelInterface$anova_histogram(what = c("p.value", "FDR"))Examples
mi <- ModelInterface$new()
testthat::expect_error(mi$get_coefficients())
testthat::expect_error(mi$get_anova())
testthat::expect_error(mi$coef_histogram())
testthat::expect_error(mi$coef_volcano())
testthat::expect_error(mi$coef_pairs())
testthat::expect_error(mi$anova_histogram())