make_tfd_sngl_predr_mdls_tb | R Documentation |
make_tfd_sngl_predr_mdls_tb() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make transformed single predictor models tibble. The function returns Transformed single predictor models (a tibble).
make_tfd_sngl_predr_mdls_tb(
outp_smry_ls,
nbr_of_digits_1L_int = 2L,
mdl_pfx_ls = list(OLS = "Ordinary Least Squares ", GLM =
c("Generalised Linear Model with ", "Beta Regression Model with Binomial "))
)
outp_smry_ls |
Output summary (a list) |
nbr_of_digits_1L_int |
Number of digits (an integer vector of length one), Default: 2 |
mdl_pfx_ls |
Model prefix (a list), Default: list(OLS = "Ordinary Least Squares ", GLM = c("Generalised Linear Model with ", "Beta Regression Model with Binomial ")) |
Transformed single predictor models (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.