work.corr {repolr} | R Documentation |
The working correlation matrix for the selected model; “ar1
”, “uniform
” or “independence
”.
work.corr(object, digits = 3)
object |
is a model fitted using |
digits |
integer for number formatting. |
A T(K-1) correlation matrix.
data(HHSpain)
mod.0 <- repolr(HHSpain~Sex*Time, data=HHSpain, categories=4, subjects="Patient",
times=c(1,2,5), corr.mod="uniform", alpha=0.5)
work.corr(mod.0)