View source: R/format_df_adjust.R
format_df_adjust | R Documentation |
Format the name of the degrees-of-freedom adjustment methods.
format_df_adjust(
method,
approx_string = "-approximated",
dof_string = " degrees of freedom"
)
method |
Name of the method. |
approx_string , dof_string |
Suffix added to the name of the method in the returned string. |
A formatted string.
library(parameters)
format_df_adjust("kenward")
format_df_adjust("kenward", approx_string = "", dof_string = " DoF")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.