powered by
Format the name of the degrees-of-freedom adjustment methods.
format_df_adjust( method, approx_string = "-approximated", dof_string = " degrees of freedom" )
A formatted string.
Name of the method.
Suffix added to the name of the method in the returned string.
library(parameters) format_df_adjust("kenward") format_df_adjust("kenward", approx_string = "", dof_string = " DoF")
Run the code above in your browser using DataLab