Learn R Programming

mmrm (version 0.3.14)

h_get_cov_default: Obtain Default Covariance Method

Description

Obtain the default covariance method depending on the degrees of freedom method used.

Usage

h_get_cov_default(
  method = c("Satterthwaite", "Kenward-Roger", "Residual", "Between-Within")
)

Value

String of the default covariance method.

Arguments

method

(string)
degrees of freedom method.

Details

The default covariance method is different for different degrees of freedom method. For "Satterthwaite" or "Between-Within", "Asymptotic" is returned. For "Kenward-Roger" only, "Kenward-Roger" is returned. For "Residual" only, "Empirical" is returned.