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

get_coefmat_glsR Documentation

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

Description

This function allows to calculate the different approximations of degrees of freedom and returns the table of results in the app.

Usage

get_coefmat_gls(
  model,
  ddf = c("Satterthwaite", "Kenward-Roger", "Between-Within")
)

Arguments

model

a gls model.

ddf

degrees of freedom approximation.

Value

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


vici documentation built on May 29, 2024, 3:55 a.m.