This function allows to calculate the different approximations of degrees of freedom and returns the table of results in the app.
get_coefmat_gls(
model,
ddf = c("Satterthwaite", "Kenward-Roger", "Between-Within")
)
a matrix containing coefficient, degrees of freedom and p-value
a gls
model.
degrees of freedom approximation.