rlarg.infomat | 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 |
rlarg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.