rlarg.infomat {mev} | R Documentation |
The function returns the expected or observed information matrix.
rlarg.infomat(
par,
dat,
method = c("obs", "exp"),
nobs = nrow(dat),
r = ncol(dat)
)
par |
vector of |
dat |
an |
method |
string indicating whether to use the expected ( |
nobs |
number of observations for the expected information matrix. Default to |
r |
number of order statistics kept. Default to |