| lm_list_pval | R Documentation | 
get pvalues from a list of lm modles (see lm_list)
lm_list_pval(lmlist, ...)
| lmlist | output of lm_list | 
| ... | paramters to lm_pval, namely 'coef_row' and 'pr_name' | 
 mpg_cyl_mdls <- lm_list(mtcars, mpg~cyl, "gear", "am")
 lm_list_pval(mpg_cyl_mdls)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.