varBetafun_gls: Compute covariance of Beta for a Generalized Least Squares (GLS
) Model
Description
Compute covariance of Beta for a Generalized Least Squares (GLS
) Model
Usage
varBetafun_gls(varpar, gls_obj)
Value
covariance of Beta, a numerical scalar.
Arguments
- varpar
variance parameters.
- gls_obj
a gls
object.
Details
This code is adapted from code in get_covbeta
internal function of
pbkrtest package.