get_coefmat_gls function

Functions to obtain coefficient, degree of freedom, p-value

Functions to obtain coefficient, degree of freedom, p-value

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") )

Arguments

  • model: a gls model.
  • ddf: degrees of freedom approximation.

Returns

a matrix containing coefficient, degrees of freedom and p-value

  • Maintainer: Boris Hejblum
  • License: GPL-3
  • Last published: 2024-02-02

Useful links