Interactive Regression Predictor Results Homework Checker
Description
Creates a tinytable::tt() table for checking individual predictor statistics including variable type, bivariate r, regression weight b, significance levels, and bivariate/multivariate result categories.
Usage
create_regression_predictor_checker(reg_results_list, show_legend = TRUE)
Arguments
reg_results_list
|
Output from linear_reg_answers().
|
show_legend
|
Logical. If TRUE (default), prints a collapsible significance key and result category legend above the table.
|
Value
A tinytable object with embedded webexercise elements.