Description Usage Arguments Details Value Author(s) Examples
Check out and compare estimated roots of the quasi-score vector
1 | checkMultRoot(est, par = NULL, opts = NULL, verbose = FALSE)
|
est |
object of class |
par |
list or matrix of estimated parameters as roots of the quasi-score vector |
opts |
list of upper bounds for a root of the quasi-score vector, see details |
verbose |
logical, |
Only for the quasi-likelihood approach the function inspects the (numerical) consistency of the found
parameters in 'par
' by comparing each observed quasi-information matrix with the expected one.
The degree of dissimilarity of both matrices is measured by certain scalar equivalent criteria (see vignette)
and the parameter for which these are smallest is chosen. The numerical upper bounds to determine a root of the quasi-score
are as follows: 'ftol_abs
' for the quasi-deviance criterion value and 'score_tol
' for the maximum of any of
the components of the quasi-score vector.
A data frame with columns named corresponding to each component of the investigated parameter,
'value
', 'minor
', 'det
', 'max
',
'trace
' and 'score_max
' (see vignette). The second column shows the leading minor of
the observed QI matrix which is not positive definite. If so, then the corresponding parameter estimate
cannot be consistent at least in theory. The rows show the corresponding values for each parameter passed by
'par
'.
M. Baaske
1 2 3 4 | data(qleresult)
# and just a single root
checkMultRoot(OPT,verbose=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.