format_df_adjust {parameters} | R Documentation |
Format the name of the degrees-of-freedom adjustment methods
Description
Format the name of the degrees-of-freedom adjustment methods.
Usage
format_df_adjust(
method,
approx_string = "-approximated",
dof_string = " degrees of freedom"
)
Arguments
method |
Name of the method. |
approx_string , dof_string |
Suffix added to the name of the method in the returned string. |
Value
A formatted string.
Examples
library(parameters)
format_df_adjust("kenward")
format_df_adjust("kenward", approx_string = "", dof_string = " DoF")
[Package parameters version 0.22.1 Index]