vcov.ocm {ordinalCont} | R Documentation |
Calculates variance-covariance matrix for a fitted ocm
object
## S3 method for class 'ocm'
vcov(object, ...)
object |
an |
... |
further arguments to be passed to methods |
For the generalized logistic g-function, the variance-covariance matrix of model parameters includes information on fixed- and random- effect terms and smoothing terms.
Variance-covariance matrix of model parameters
Maurizio Manuguerra, Gillian Heller
## Not run:
fit.overall <- ocm(overall ~ cycleno + age + bsa + treatment, data=ANZ0001.sub, scale=c(0,100))
vcov(fit.overall)
## End(Not run)