Method: LMMData#pwrss

Defined in:
lib/mixed_models/LMMData.rb

#pwrssObject

penalized weighted residual sum of squares (this attribute will be updated during the evaluation of the deviance function or the REML criterion)



138
139
140
# File 'lib/mixed_models/LMMData.rb', line 138

def pwrss
  @pwrss
end