Learn R Programming

vici (version 0.7.3)

devfun_gls: Compute Full Deviance

Description

Compute Full Deviance

Usage

devfun_gls(varpar, gls_obj)

Value

the full deviance, a numerical scalar.

Arguments

varpar

variance parameters.

gls_obj

a gls object.

Details

This code is adapted from code in devfun_vp internal function of pbkrtest package.