h_get_cov_default {mmrm} | R Documentation |
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")
)
Arguments
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.
Value
String of the default covariance method.
[Package mmrm version 0.3.15 Index]