format_df_adjust {parameters} | 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")