View source: R/utils-coefficent-to-p.R
coefficent_to_p | R Documentation |
P-value column must be named as "p" or "P" and coefficient column must be named as "Coefficient"
coefficent_to_p(
data_frame,
marginal_alpha = 0.1,
keep_column = FALSE,
show_p = FALSE
)
data_frame |
data |
marginal_alpha |
marginal_alpha leve |
keep_column |
keep other columns |
show_p |
show por not |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.