residuals.genloglin
method function calculates standardized Pearson residuals for the model specified in the genloglin
function. It offers an asymptotic approximation and a bootstrap approximation for estimating the variance of the residuals.## S3 method for class 'genloglin':
residuals(object, ...)
'genloglin'
produced by the genloglin
function.std.pearson.res.asymp.var
. For the two MRCV case, the object is a 2Ix2J table of class 'tabular'
containing the standardized Pearson residuals based on the estimated asymptotic variance. For the three MRCV case, the object is a data frame containing the 2Ix2Jx2K residuals.
--- For boot = TRUE
in the call to the genloglin
function, the list additionally includes:
B.use
:B.discard
:std.pearson.res.boot.var
:'tabular'
containing the standardized Pearson residuals based on the bootstrap variance. For the three MRCV case, a data frame containing the 2Ix2Jx2K residuals.}boot = TRUE
in the call to the genloglin
function.
The residuals.genloglin
function uses tabular
(package ## For examples see help(genloglin).
Run the code above in your browser using DataLab