Learn R Programming

pbkrtest (version 0.3-8)

get_ddf_Lb: Adjusted denomintor degress freedom for linear estimate for linear mixed model.

Description

Get adjusted denomintor degress freedom for testing L'beta=0 in a linear mixed model.

Usage

get_ddf_Lb(object, Lcoef)
ddf_Lb(VVa, Lcoef, VV0=VVa)

Arguments

object
A linear mixed model object.
Lcoef
A vector with the same length as fixef(object)
VVa, VV0
Adjusted and unadjusted covariance matrix for the fixed effects parameters. Adjusted covariance matrix is obtained with vcovAdj() and the unadjusted with vcov().

Value

  • Adjusted degrees of freedom (adjusment made by a Kenward-Roger approximation).

See Also

KRmodcomp vcovAdj

Examples

Run this code
## To be written

Run the code above in your browser using DataLab