Method: LMMData#lambdat

Defined in:
lib/mixed_models/LMMData.rb,
lib/mixed_models/LMMData.rb

#lambdatObject

upper triangular Cholesky factor of the relative covariance matrix of the random effects. (this attribute will be updated during the evaluation of the deviance function or the REML criterion)



83
84
85
# File 'lib/mixed_models/LMMData.rb', line 83

def lambdat
  @lambdat
end